Install recent setuptools on travis

This commit is contained in:
Raphael Michel
2016-07-18 22:57:38 +02:00
parent f31e878d5c
commit eb110b54a7

View File

@@ -3,7 +3,7 @@ sudo: false
python: python:
- "3.4" - "3.4"
install: install:
- pip install -U pip wheel - pip install -U pip wheel setuptools
- pip install -q -U -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt - pip install -q -U -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt
- npm install -g less@2.5.0 - npm install -g less@2.5.0
before_script: before_script: