Travis: Install node

This commit is contained in:
Raphael Michel
2015-05-16 10:03:29 +02:00
parent 95c3f28794
commit 8b880e17fd

View File

@@ -5,6 +5,7 @@ python:
- "3.4"
install:
- pip install -q -r src/requirements.txt
- npm install less@2.5.0
before_script:
- cd src
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .