mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Stop using tox and start linting
This commit is contained in:
parent
a57ef2fa54
commit
03aa8548fe
15
.travis.yml
15
.travis.yml
|
@ -6,6 +6,17 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
install: pip install tox tox-travis
|
||||
env:
|
||||
- TWISTED="twisted==17.1.0"
|
||||
- TWISTED="twisted"
|
||||
|
||||
install:
|
||||
- pip install $TWISTED isort unify flake8 -e .[tests]
|
||||
- pip freeze
|
||||
|
||||
script:
|
||||
- pytest
|
||||
- flake8
|
||||
- isort --check-only --recursive daphne tests
|
||||
- unify --check-only --recursive --quote \" daphne tests
|
||||
|
||||
script: tox
|
||||
|
|
Loading…
Reference in New Issue
Block a user