tell travis to update setuptools

This commit is contained in:
Laura Klünder 2016-09-12 02:32:58 +02:00
parent 6cae6ae127
commit ff527a6263

View file

@ -6,6 +6,7 @@ python:
- "3.4" - "3.4"
install: install:
- pip install --upgrade setuptools
- pip install -r src/requirements_dev.txt - pip install -r src/requirements_dev.txt
before_script: before_script: