From bda444dfe1e9b286cbb104fa72191cccb2661a9c Mon Sep 17 00:00:00 2001 From: Jacob Ashdown Date: Tue, 10 Jun 2014 11:52:15 +0100 Subject: [PATCH] Try running splinter in travis now it might be fixed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b65a656f..d5164316 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install -r requirements_for_tests.txt --use-mirrors # command to run tests env: - - SKIP_VIRUS_SCAN=1 SKIP_SPLINTER_TESTS=1 MONGO_REPLICA_SET='' + - SKIP_VIRUS_SCAN=1 MONGO_REPLICA_SET='' script: - ./run_tests.sh after_script: