From b1dfc9e8f788479e865a2c9fd9de2e5fb9e0d3e3 Mon Sep 17 00:00:00 2001 From: Andy Port Date: Tue, 21 Aug 2018 20:09:29 -0700 Subject: [PATCH] removed future dependency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ea4dcf..3fa9427 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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