correctly activat python3.5 environment

This commit is contained in:
Paul Müller 2015-11-09 23:27:20 +01:00
parent 2e4f823456
commit 0df5c6e13e

View file

@ -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