add .travis.yml
This commit is contained in:
parent
4b89833b37
commit
64180a1d72
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal 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 .
|
Loading…
Add table
Add a link
Reference in a new issue