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