Moving pip test requirements from travis.yml to tox test-requirements.txt
This commit is contained in:
parent
e52c1f26d3
commit
936763bb2c
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- python2.4
|
- python2.4
|
||||||
install:
|
install:
|
||||||
- pip install tox redis python-memcached
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
- ./test/utils/run_tests.sh
|
- ./test/utils/run_tests.sh
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
@ -8,3 +8,5 @@ passlib
|
||||||
coverage
|
coverage
|
||||||
coveralls
|
coveralls
|
||||||
unittest2
|
unittest2
|
||||||
|
redis
|
||||||
|
python-memcached
|
||||||
|
|
Loading…
Reference in a new issue