fix travis scipy: update pip

This commit is contained in:
Laura Klünder 2016-12-05 14:04:11 +01:00
parent 2826e76a0f
commit ef1c53d899

View file

@ -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: