Skip to content

Commit ee60115

Browse files
committedJan 6, 2019
add mypy to travis ci
1 parent a2ffcc2 commit ee60115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install:
1313
# command to run tests
1414
script:
1515
- python -m pytest --cov=allocation --cov=tests tests
16+
- tools/run_mypy.sh
1617

1718
after_script:
1819
- tools/run_pycodestyle.sh

0 commit comments

Comments
 (0)
Please sign in to comment.