From 20bd9d118be5e98b34301db2f551dd2f95ff286a Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 23 Feb 2016 18:39:27 -0800 Subject: [PATCH] travis: remove --use-mirrors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c02ee8e..716ebdb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - pip install boto certauth - pip install git+https://github.com/esnme/ultrajson.git - python setup.py -q install - - pip install coverage pytest-cov coveralls --use-mirrors + - pip install coverage pytest-cov coveralls - npm install before_script: