From 10808a7bc1356165fb5b9e6c34e20f596383c2d7 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 16 Feb 2013 13:02:35 +0100 Subject: [PATCH] Rum more tests on Travis CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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