From 5a719979edcab513ea2cc008e54f94fc8df10171 Mon Sep 17 00:00:00 2001 From: Vladimir Trubachoff Date: Fri, 31 Jan 2020 15:34:59 +0300 Subject: [PATCH] Update .travis.yml remove deprecated option `--use-mirrors` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9065763..b48ed93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" install: - - "pip install . --use-mirrors" + - "pip install ." before_script: # Allow passwordless login to localhost