Skip to content

Commit

Permalink
Ensure latest pytest on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Jan 10, 2017
1 parent 4d827bd commit dbf6674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ before_install:
install:
- export CPLUS_INCLUDE_PATH="/usr/include/gdal"
- export C_INCLUDE_PATH="/usr/include/gdal"
- travis_retry pip install --upgrade pip
- travis_retry pip install --upgrade pip pytest
- travis_retry pip install pylint==1.5.5 coveralls gdal==1.10.0 compliance-checker
- travis_retry pip install .[analytics,test,interactive]

Expand Down

0 comments on commit dbf6674

Please sign in to comment.