diff --git a/.travis.yml b/.travis.yml index 5354353..27989e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: