Skip to content

Commit

Permalink
don't run mypy on python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Hernandez committed Jul 30, 2019
1 parent 9f13645 commit 3f33592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- pip install -e .[testing]
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install mypy flake8; fi
script:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then mypy .; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* && $TRAVIS_PYTHON_VERSION != "3.4" ]]; then mypy .; fi
- pytest --cov=facebook_sdk tests
after_success:
- coveralls
Expand Down

0 comments on commit 3f33592

Please sign in to comment.