mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
correctly activat python3.5 environment
This commit is contained in:
parent
2e4f823456
commit
0df5c6e13e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ before_install:
|
|||
- export PATH=/home/travis/miniconda/envs/my_py2/bin:$PATH
|
||||
# activate the correct environment
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then source activate my_py2; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then source activate my_py3; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then source activate my_py3; fi
|
||||
- which python
|
||||
- which python2
|
||||
- which python3
|
||||
|
|
Loading…
Add table
Reference in a new issue