mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Travis: Install node
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user