From b80ed41945a9dcf67f6321eb069a574b3f1c698e Mon Sep 17 00:00:00 2001 From: Matt Wisner Date: Fri, 27 Oct 2017 10:49:16 -0400 Subject: [PATCH] Testing a fix for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f3cc0c..ebd678e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 3.5 - 3.4 - 3.3 -install: pip install -U tox-travis +install: pip install -U --pre setuptools tox tox-travis script: tox deploy: provider: pypi