Skip to content

Commit

Permalink
#10 Added running pytype check on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Apr 11, 2019
1 parent 1109395 commit 1502a75
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 @@ -23,7 +23,7 @@ jobs:
- pylint ./*.py ./gramhopper
- pylint --rcfile=./tests/tests.pylintrc ./tests
- flake8 --exclude=venv
- pytype --config ./setup.cfg -V $TRAVIS_PYTHON_VERSION ./*.py ./gramhopper
- pytype --config ./setup.cfg -V $TRAVIS_PYTHON_VERSION ./*.py ./gramhopper ./tests

- stage: test
script:
Expand Down

0 comments on commit 1502a75

Please sign in to comment.