Skip to content

Commit

Permalink
Force new doit version for Python 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 16, 2017
1 parent e8dab6d commit 9ff33ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -28,7 +28,8 @@ def run_tests(self):

extras = {
':python_version >= "3.4"': ['doit>=0.28.0'],
':python_version <= "3.3"': ['doit>=0.28.0,<=0.29.0'],
':python_version == "3.3"': ['doit>=0.30.1'],
':python_version == "2.7"': ['doit>=0.28.0,<=0.29.0'],
}

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

0 comments on commit 9ff33ff

Please sign in to comment.