summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-01-22 23:12:08 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-01-22 23:12:08 +0100
commita237c1fb5374b4bdc8b7bdd72bb0833f35e4d600 (patch)
treea21ce51b1b25a471a3a9ec2f2483eeea276dcb30 /requirements.d
parent69c8edc4e36195f3805c149fa576326ba525cbe5 (diff)
add virtualenv<14.0 to requirements so tox does not pull in a py32 incompatible one
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/development.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index dd9c3683c..bf21d52a2 100644
--- a/requirements.d/development.txt
+++ b/requirements.d/development.txt
@@ -1,3 +1,4 @@
+virtualenv<14.0
tox
mock
pytest