From 9d2e32902d29f92fbee184fcdd221ac91d6a051a Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 2 May 2017 10:17:24 +0100 Subject: [PATCH] check readme in travis --- tox.ini | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0e6dc7c6..dd940f13 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,11 @@ [tox] -envlist = py35, py36, flake8 +envlist = py35, py36, flake8, check [travis] python = - 3.5: py35, flake8 - 3.6: py36, flake8 + 3.5: py35, flake8, check + 3.6: py36, flake8, check [testenv] @@ -24,3 +24,10 @@ deps = commands = flake8 sanic + +[testenv:check] +deps = + docutils + pygments +commands = + python setup.py check -r -s