Reorganizing tox stuff and making py3-specific requirements

This commit is contained in:
James Cammarata
2016-03-11 11:25:28 -05:00
parent ab682b2917
commit 286d91d722
4 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#
# Test requirements
#
nose
mock >= 1.0.1, < 1.1
passlib
coverage
coveralls
unittest2
redis
python3-memcached
python-systemd

View File

@@ -0,0 +1,13 @@
#
# Test requirements
#
nose
mock >= 1.0.1, < 1.1
passlib
coverage
coveralls
unittest2
redis
python-memcached
python-systemd