Create .travis.yml
This commit is contained in:
parent
108407f1fd
commit
47621e54af
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
|
||||
install:
|
||||
- pip install flake8
|
||||
- pip install -e .
|
||||
|
||||
script:
|
||||
- flake8 --max-line-length=100 --max-complexity=10 --statistics --benchmark symposion
|
Loading…
Reference in a new issue