removed future dependency

pull/63/head
Andy Port 2018-08-21 20:09:29 -07:00
parent ee5ab1813b
commit b1dfc9e8f7
1 changed files with 1 additions and 1 deletions

View File

@ -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