Skip to content

Commit

Permalink
Only run MyPy on Python 3.4 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Jun 4, 2018
1 parent da6945f commit 79e7aa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ python:
install: "pip install -r requirements_dev.txt"

script:
# Only run this on Python 3.6.
- if [[ TRAVIS_PYTHON_VERSION == 3.6* ]] ; then pre-commit run -a; fi
- mypy --ignore-missing-imports --follow-imports=skip catt
- if [[ TRAVIS_PYTHON_VERSION != 3.4* ]] ; then mypy --ignore-missing-imports --follow-imports=skip catt; fi
- python setup.py test

0 comments on commit 79e7aa6

Please sign in to comment.