Travis: update dependencies

This commit is contained in:
Raphael Michel
2016-02-09 11:03:05 +01:00
parent 27ef34754c
commit 61d3954a13

View File

@@ -4,7 +4,7 @@ python:
- "3.4"
install:
- pip install -U pip wheel
- pip install -q -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
before_script:
- cd src