add .travis.yml

This commit is contained in:
Laura Klünder 2016-08-30 17:16:53 +02:00
parent 4b89833b37
commit 64180a1d72

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: python
python:
- "3.4"
install:
- pip install -r src/requirements.txt
before_script:
- cd src
script:
- flake8 c3nav --max-line-length 120
- isort -c -rc .