removed future dependency
parent
ee5ab1813b
commit
b1dfc9e8f7
|
@ -3,6 +3,6 @@ python:
|
|||
- "2.7"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install numpy svgwrite future
|
||||
- pip install numpy svgwrite
|
||||
script:
|
||||
- python -m unittest discover test
|
||||
|
|
Loading…
Reference in New Issue