Skip to content

Commit

Permalink
Revert "Force new doit version for Python 3.3"
Browse files Browse the repository at this point in the history
This reverts commit 9ff33ff.
  • Loading branch information
Kwpolska committed Feb 16, 2017
1 parent 788a82a commit 035b868
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -28,8 +28,7 @@ def run_tests(self):

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

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

0 comments on commit 035b868

Please sign in to comment.