Skip to content

Commit

Permalink
travis.yml: Disable mypy for PY35
Browse files Browse the repository at this point in the history
  • Loading branch information
besfahbod committed Aug 13, 2018
1 parent db2b8b7 commit 8927ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ install:
- pip install twine
- pip install -r requirements/ci.txt
- pip install codecov
- pip install mypy-lang
- $TRAVIS_PYTHON_VERSION == 3.5 || pip install mypy-lang


script:
- make cov
- make doc
- python setup.py check -rms
- make mypy
- $TRAVIS_PYTHON_VERSION == 3.5 || make mypy


after_success:
Expand Down

0 comments on commit 8927ac9

Please sign in to comment.