1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Moving pip test requirements from travis.yml to tox test-requirements.txt

This commit is contained in:
James Cammarata 2016-03-10 12:02:26 -05:00
parent e52c1f26d3
commit 936763bb2c
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -8,3 +8,5 @@ passlib
coverage
coveralls
unittest2
redis
python-memcached