summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-06-07 15:27:05 -0600
committerSean Reifschneider <jafo@tummy.com>2014-06-07 15:27:05 -0600
commit45403325e0249ff0f61d6ae449a7daeeb7e852e5 (patch)
tree6188eb2f35d20b48e8bdccdbbe199698d88eceef /tox.ini
parente268a8b0cae77a9cf669e5e51d9216c6d5881871 (diff)
downloadpython-memcached-45403325e0249ff0f61d6ae449a7daeeb7e852e5.tar.gz
Resolving conflicts from cabrera-py33_fixes.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 693169e..60348cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,19 +7,17 @@ skipsdist = True
usedevelop = True
# Customize pip command, add -U to force updates.
install_command = pip install -U {opts} {packages}
-deps = nose
+deps = -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
commands = nosetests {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
-deps = hacking
commands = flake8
[testenv:cover]
-deps = nose
- coverage
commands = nosetests --with-coverage {posargs}
[flake8]