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 4f1f046
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,17 @@ before_install:
# Update conda
- conda install --yes conda
# 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 4f1f046

Please sign in to comment.