Skip to content

Commit 7709cc1

Browse files
committed
Stick to tox 1.9.2 until we are ready to upgrade
1 parent 9e00f63 commit 7709cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
codecov==1.1.8
2-
tox==1.9.2
2+
tox==1.9.2 # rq.filter: <2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(*paths):
2828
'pytest==2.7.0',
2929
'python-dateutil==2.4.2',
3030
'six==1.9.0',
31-
'tox==1.9.2',
31+
'tox==1.9.2', # rq.filter: <2.0.0
3232
'virtualenv>=12.0.2,!=12.0.4,!=12.0.5,!=12.0.6,!=12.0.7',
3333
]
3434

0 commit comments

Comments
 (0)