From ef1c53d8992a187b08d7fcad0542275954eb29d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Mon, 5 Dec 2016 14:04:11 +0100 Subject: [PATCH] fix travis scipy: update pip --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ca944f0..ccff157c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - "3.4" install: - - pip install --upgrade setuptools + - pip install --upgrade setuptools pip - pip install -r src/requirements.txt -r src/requirements/dev.txt before_script: