From 4bab1f3067d8a0da46266df07aa9753a7e71f156 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Sun, 8 Nov 2015 15:35:36 +0200 Subject: [PATCH] Stop using deprecated --use-mirrors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37bb110..02dca11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - 2.7 install: - - pip install . --use-mirrors + - pip install . script: - python setup.py test -q notifications: