Skip to content

Commit

Permalink
enum34 should be enabled for everything lower than python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 11, 2015
1 parent 2993e06 commit 1293dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_reqs += ['argparse']
tests_reqs += ['unittest2']

if sys.version_info < (3, 0):
if sys.version_info < (3, 4):
install_reqs += ['enum34']

def parse_requirements(filename):
Expand Down

0 comments on commit 1293dd5

Please sign in to comment.