Skip to content

Commit

Permalink
Upgrade nose in CI
Browse files Browse the repository at this point in the history
This allows us to calculate coverage correctly (previously third party
packages would be included).
  • Loading branch information
jstasiak committed Apr 28, 2019
1 parent a4f9d07 commit 3e171af
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 @@ -10,7 +10,7 @@ matrix:
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install coveralls flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
- pip install coveralls flake8 nose flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then pip install black ; fi
script:
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then make ci ; else make test ; fi
Expand Down

0 comments on commit 3e171af

Please sign in to comment.