Skip to content

Commit 9ff33ff

Browse files
committedFeb 16, 2017
Force new doit version for Python 3.3
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent e8dab6d commit 9ff33ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def run_tests(self):
2828

2929
extras = {
3030
':python_version >= "3.4"': ['doit>=0.28.0'],
31-
':python_version <= "3.3"': ['doit>=0.28.0,<=0.29.0'],
31+
':python_version == "3.3"': ['doit>=0.30.1'],
32+
':python_version == "2.7"': ['doit>=0.28.0,<=0.29.0'],
3233
}
3334

3435
with open('requirements-extras.txt', 'r') as fh:

0 commit comments

Comments
 (0)
Failed to load comments.