Change travis job to use tox
This commit is contained in:
parent
5402e6d3a6
commit
56d6c2a929
10
.travis.yml
10
.travis.yml
|
@ -2,14 +2,8 @@ language: python
|
|||
python:
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
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 sanic
|
||||
script: py.test -v tests
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: channelcat
|
||||
|
|
Loading…
Reference in New Issue
Block a user