Skip to content

Commit

Permalink
Debug Python 3.8 test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Dec 3, 2019
1 parent 303a89b commit a4efcfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ python:
- 3.7
- 3.8
script:
- env
- python -Werror
-Wignore::DeprecationWarning:site
-Wignore::PendingDeprecationWarning:nose.importer
-Wignore::DeprecationWarning:nose.importer
-Wignore::DeprecationWarning:nose.suite
-Wignore::DeprecationWarning:asynctest.mock
`which nosetests` --with-coverage --cover-erase --cover-package aiokatcp
- flake8 aiokatcp examples
- mypy aiokatcp examples
Expand Down

0 comments on commit a4efcfc

Please sign in to comment.