We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ffcc2 commit ee60115Copy full SHA for ee60115
.travis.yml
@@ -13,6 +13,7 @@ install:
13
# command to run tests
14
script:
15
- python -m pytest --cov=allocation --cov=tests tests
16
+ - tools/run_mypy.sh
17
18
after_script:
19
- tools/run_pycodestyle.sh
0 commit comments