We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ce5c5 commit e57b2acCopy full SHA for e57b2ac
setup.py
@@ -23,9 +23,7 @@ def read(*names, **kwargs):
23
).read()
24
25
26
-install_requires = []
27
-if version_info[0] < 3.4:
28
- install_requires.append('enum34')
+install_requires = ['enum-compat']
29
if version_info[0] < 3:
30
install_requires.append('future')
31
tox.ini
@@ -27,7 +27,7 @@ deps =
pytest
nose
future
- enum34
+ enum-compat
coverage
32
commands =
33
pytest -vv tests
0 commit comments