From 936763bb2c31c375400487baeec12650acbfe856 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 10 Mar 2016 12:02:26 -0500 Subject: [PATCH] Moving pip test requirements from travis.yml to tox test-requirements.txt --- .travis.yml | 2 +- test-requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dde047b122d..f90bf997b5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ addons: packages: - python2.4 install: - - pip install tox redis python-memcached + - pip install tox script: - ./test/utils/run_tests.sh after_success: diff --git a/test-requirements.txt b/test-requirements.txt index 6cc4f9fd8e4..ec176f5bf29 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +8,5 @@ passlib coverage coveralls unittest2 +redis +python-memcached