Skip to content
Prev Previous commit
Next Next commit
Update .travis.yml
  • Loading branch information
cclauss authored Sep 26, 2020
commit f7bba1f39d10e8bc0ccb49636739c19f4073e868
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- black --check . || true
- flake8 --ignore=E203,W503 --max-complexity=25 --max-line-length=88 --statistics --count .
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
- atp-get install python3-numpy # TEMPORARY: Just for Python 3.9-rc2
- pip install -r requirements.txt # fast fail on black, flake8, validate_filenames
script:
- mypy --ignore-missing-imports . || true # https://github.com/python/mypy/issues/7907
Expand Down