From 9cfe29e339c13e5ad9eb3bad11af65e107dbffa2 Mon Sep 17 00:00:00 2001 From: Raphael Riel Date: Mon, 23 Oct 2017 10:18:16 -0400 Subject: [PATCH] Remove pip-incompatible option --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a19e2818..870e7348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ python: - 2.7 - 3.4 install: - - pip install -r requirements.txt --use-mirrors - - pip install -r dev-requirements.txt --use-mirrors + - pip install -r requirements.txt + - pip install -r dev-requirements.txt script: - nosetests --with-coverag tests/unit after_success: