Skip to content

Commit

Permalink
Require enum34 for py27, and tox for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-werner committed Oct 23, 2020
1 parent c2d4ace commit dc1565c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"numpy>=1.6",
"scipy>=0.13.0",
"cffi>=1.1.0",
"enum34",
],
cffi_modules=[
"rir_generator/build.py:rir_generator",
Expand All @@ -30,6 +31,7 @@
"sphinxcontrib-napoleon",
"sphinx_rtd_theme",
"numpydoc",
"tox",
],
"docs": [
"sphinx",
Expand Down

0 comments on commit dc1565c

Please sign in to comment.