Skip to content

Commit

Permalink
Stop using tox and start linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Nov 29, 2017
1 parent a57ef2f commit 03aa854
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 0 additions & 10 deletions tox.ini

This file was deleted.

0 comments on commit 03aa854

Please sign in to comment.