check readme in travis
This commit is contained in:
parent
77b6413526
commit
9d2e32902d
13
tox.ini
13
tox.ini
|
@ -1,11 +1,11 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py35, py36, flake8
|
envlist = py35, py36, flake8, check
|
||||||
|
|
||||||
|
|
||||||
[travis]
|
[travis]
|
||||||
python =
|
python =
|
||||||
3.5: py35, flake8
|
3.5: py35, flake8, check
|
||||||
3.6: py36, flake8
|
3.6: py36, flake8, check
|
||||||
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -24,3 +24,10 @@ deps =
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
flake8 sanic
|
flake8 sanic
|
||||||
|
|
||||||
|
[testenv:check]
|
||||||
|
deps =
|
||||||
|
docutils
|
||||||
|
pygments
|
||||||
|
commands =
|
||||||
|
python setup.py check -r -s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user