Skip to content

Commit

Permalink
Merge c073d5d into 961a7ef
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Jul 12, 2019
2 parents 961a7ef + c073d5d commit ad7ac3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python
sudo: false
python:
- '2.7'
- '3.5'
- '3.6'
addons:
apt:
sources:
Expand All @@ -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 "pytest<4.0"
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION basemap matplotlib numpy pandas 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 ad7ac3f

Please sign in to comment.