Skip to content

Commit

Permalink
travis.yml: make build-time FutureWarning fatal.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Sep 19, 2018
1 parent b499848 commit d378891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ install:
- $if_pygments pip install docutils pygments
script:
- dpkg-parsechangelog -ldoc/changelog --all 2>&1 >/dev/null | { ! grep .; }
- PYTHONWARNINGS=error::FutureWarning python setup.py build
- python setup.py install
- nosetests --verbose
- pycodestyle .
Expand Down

0 comments on commit d378891

Please sign in to comment.