diff --git a/.travis.yml b/.travis.yml index ee1155bb3..1b5eec231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ install: - pip install -r requirements.txt --use-mirrors - pip install pytest-xdist --use-mirrors # command to run tests -script: make test TESTS=tests/test_util.py +script: make test #notifications: # email: false