Skip to content

Commit

Permalink
Remove -W flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Jun 28, 2017
1 parent f0d3eb0 commit 09734bf
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 @@ -51,6 +51,6 @@ install:
- "pip list"
script:
- "if [[ $TRAVIS_PYTHON_VERSION == 3.5 && $GDALVERSION == 2.1.0 ]]; then python -m pytest --doctest-ignore-import-errors --doctest-glob='*.rst' docs/*.rst -k 'not index and not quickstart and not switch' ; fi"
- python -Wall -m pytest --cov rasterio --cov-report term-missing
- python -m pytest --cov rasterio --cov-report term-missing
after_success:
- coveralls || echo "!! intermittent coveralls failure"

0 comments on commit 09734bf

Please sign in to comment.