summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgeorge.whewell <george@bynd.com>2015-01-27 17:32:06 +0000
committergeorge.whewell <george@bynd.com>2015-01-27 17:32:06 +0000
commit09e4af26a387b3fce03f3cb1a38c6cff6a6c1af3 (patch)
tree2da47bf454c1daf14febd6c3b5f75c6c0706f97e /tox.ini
parentfd239fca84644896b1971cf24bc6213d065adb86 (diff)
downloadoauthlib-09e4af26a387b3fce03f3cb1a38c6cff6a6c1af3.tar.gz
Lock requirements to specific versions. Use requirements.txt for tox deps.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index cf848a7..f770b23 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,11 +2,7 @@
envlist = py26,py27,py32,py33,py34,pypy
[testenv]
-deps=nose
- pycrypto
- mock
- pyjwt
- blinker
+deps=-rrequirements.txt
commands=nosetests -w tests
[testenv:py26]