mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
typo
This commit is contained in:
parent
64f462882d
commit
49a3f39a66
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ before_install:
|
|||
- export PATH=/home/travis/miniconda/envs/my_py3.4/bin:$PATH
|
||||
- export PATH=/home/travis/miniconda/envs/my_py2.7/bin:$PATH
|
||||
# hack to circumvent errors in tests
|
||||
- sed -i -- 's/except ImportError:/except:/g' /home/travis/miniconda/envs/my_py3.4/lib/python2.7/hashlib.py
|
||||
- sed -i -- 's/except ImportError:/except:/g' /home/travis/miniconda/envs/my_py2.7/lib/python2.7/hashlib.py
|
||||
- sed -i -- 's/except ImportError:/except:/g' /home/travis/miniconda/envs/my_py3.4/lib/python3.4/hashlib.py
|
||||
# activate the correct environment
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then source activate my_py2.7; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue