We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbed4fc commit 4bfb809Copy full SHA for 4bfb809
.travis.yml
@@ -11,6 +11,7 @@ install:
11
- "./setup.py develop"
12
- "pip install coveralls"
13
- "pip install nose"
14
+ - "pip install mypy"
15
script:
16
- export PYTHONPATH=./src:$PYTHONPATH
17
- coverage erase
0 commit comments