Tweak the CI setup

This commit is contained in:
Thomas Sileo
2018-05-18 20:44:14 +02:00
parent 43e113e420
commit 4d62511332
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ python:
install:
- pip install pytest mypy flake8
script:
- flake8
- mypy --ignore-missing-imports
# - flake8
- mypy --ignore-missing-imports .
- pytest -v