Add mypy to CI
This commit is contained in:
parent
5fb5cc8c2b
commit
c87b33c4d5
@ -1,9 +1,12 @@
|
||||
sudo: false
|
||||
language: python
|
||||
cache: pip
|
||||
before_script:
|
||||
- pip install mypy
|
||||
- pip install -e .
|
||||
# test script
|
||||
script: python setup.py test
|
||||
script:
|
||||
- python setup.py test
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then mypy black.py; fi
|
||||
notifications:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
Loading…
Reference in New Issue
Block a user