From 24d18a9b49abc97ae1977ae19f8c375fe07d6840 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 16:09:39 +0530 Subject: [PATCH] Try running only test_redis_2 on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce4c874..fe6a1a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ install: - "pip install -e ." # command to run tests -script: py.test -v +script: py.test -v -k redis_fail_2