team-3/.travis.yml

11 lines
190 B
YAML
Raw Normal View History

2016-08-30 17:16:53 +02:00
language: python
python:
- "3.4"
install:
2016-08-30 17:27:35 +02:00
- pip install -r src/requirements_dev.txt
2016-08-30 17:16:53 +02:00
before_script:
- cd src
script:
- flake8 c3nav --max-line-length 120
- isort -c -rc .