From 695c70974872b629cd920a4e42219b2b28118e49 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Sun, 8 Nov 2015 15:35:25 +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 897ae4a..12e00c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 2.7 - 3.3 install: - - pip install . --use-mirrors + - pip install . script: - python setup.py test -q notifications: