浏览代码

add virtualenv<14.0 to requirements so tox does not pull in a py32 incompatible one

Thomas Waldmann 9 年之前
父节点
当前提交
a237c1fb53
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      requirements.d/development.txt

+ 1 - 0
requirements.d/development.txt

@@ -1,3 +1,4 @@
+virtualenv<14.0
 tox
 mock
 pytest