Skip to content

Commit de04bff

Browse files
committed
Requires.io filter directives work unfortunately not in setup.py
1 parent 7709cc1 commit de04bff

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 # rq.filter: <2.0.0
2+
tox==1.9.2

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', # rq.filter: <2.0.0
31+
'tox==1.9.2',
3232
'virtualenv>=12.0.2,!=12.0.4,!=12.0.5,!=12.0.6,!=12.0.7',
3333
]
3434

0 commit comments

Comments
 (0)