Skip to content

Commit

Permalink
Merge pull request #102 from UDST/fix-travis
Browse files Browse the repository at this point in the history
fix travis py.test
  • Loading branch information
smmaurer committed Apr 16, 2019
2 parents 46d5a76 + aeb70e2 commit bf92bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ install:
- conda update -q conda
- conda info -a
- |
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION basemap matplotlib numpy pandas pip pytables requests cython scikit-learn
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION basemap matplotlib numpy pandas pip pytables requests cython scikit-learn "pytest<4.0"
- source activate test-environment
- pip install pytest-cov coveralls pycodestyle osmnet
- CC=gcc-4.9 CXX=g++-4.9 python setup.py install
Expand Down

0 comments on commit bf92bee

Please sign in to comment.