Remove the 120 line length, reset to default
This commit is contained in:
parent
ea0a037248
commit
bfee7afd0c
14
.travis.yml
14
.travis.yml
|
@ -1,13 +1,13 @@
|
|||
language: python
|
||||
python:
|
||||
- '3.5'
|
||||
- '3.5'
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
- python setup.py install
|
||||
- pip install flake8
|
||||
- pip install pytest
|
||||
before_script: flake8 --max-line-length=120 sanic
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
- python setup.py install
|
||||
- pip install flake8
|
||||
- pip install pytest
|
||||
before_script: flake8 sanic
|
||||
script: py.test -v tests
|
||||
deploy:
|
||||
provider: pypi
|
||||
|
|
Loading…
Reference in New Issue
Block a user