From e7f315ce44652720ebf3a9b3d76fc7ffb58e1fad Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Thu, 11 Aug 2016 22:22:55 -0400 Subject: [PATCH] Don't use mirrors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35fa5783..08ec3f3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ python: - "pypy" - "3.2" # command to install dependencies -install: pip install --use-mirrors Pygments==1.6 +install: pip install Pygments==1.6 # command to run tests script: make testone