mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 02:11:39 -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
|
- export PATH=/home/travis/miniconda/envs/my_py2/bin:$PATH
|
||||||
# activate the correct environment
|
# activate the correct environment
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then source activate my_py2; fi
|
- 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 python
|
||||||
- which python2
|
- which python2
|
||||||
- which python3
|
- which python3
|
||||||
|
|
Loading…
Add table
Reference in a new issue