From 1502a75cfc04ed1861ca731c02f71d3b80a58571 Mon Sep 17 00:00:00 2001 From: Or Bin Date: Thu, 11 Apr 2019 14:54:12 +0300 Subject: [PATCH] #10 Added running pytype check on tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: