Fixed CI dependency installation

This commit is contained in:
Raphael Michel
2015-10-18 19:53:31 +02:00
parent f7011abfd4
commit acc41b41e6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ python:
- "3.4"
install:
- pip install -U pip wheel
- pip install -q -r src/requirements.txt
- pip install -q -r src/requirements.txt -r src/requirements/dev.txt
- npm install -g less@2.5.0
before_script:
- cd src