From aca998fc31192d4267907ce783af99dcc9bf35e8 Mon Sep 17 00:00:00 2001 From: Amotz Getzov Date: Sun, 4 Dec 2016 15:26:19 +0200 Subject: [PATCH] Removed travis use of no longer supported pip switch --use-mirrors . --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 77bce44..e21cb75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - '3.4' - pypy - pypy3 -install: pip install . --use-mirrors +install: pip install . script: python setup.py nosetests deploy: provider: pypi