Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jul 23, 2018
1 parent 4069004 commit 8f45f59
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,20 @@ before_install:
- conda -V || bash miniconda.sh -b -p ./miniconda -f
# Update conda
- conda install --yes conda
# Enable conda
- source ./miniconda/etc/profile.d/conda.sh
# Create build environment if it doesn't exist
- source activate buildenv || conda create --yes --name buildenv python=$PYTHON_VERSION
- conda activate buildenv || conda create --yes --name buildenv python=$PYTHON_VERSION
# Activate build environment
- source activate buildenv
- conda activate buildenv
# Check python version
- python --version

install:
# Check python version
- python --version
# Check conda env
- conda info --envs
# Install build dependencies
- conda install --yes boost gxx_linux-64
- conda install --yes -c tango-controls tango=$TANGO_VERSION
Expand Down

0 comments on commit 8f45f59

Please sign in to comment.