From 6162ecef19823310c316a1a287d3c3abda48b2aa Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 28 Jun 2017 08:06:18 -0700 Subject: [PATCH] detox breaks docs test env for some reason [ci skip] --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cb6dd342..a38b8ebe 100644 --- a/tox.ini +++ b/tox.ini @@ -66,5 +66,5 @@ commands = skip_install = true deps = detox commands = - detox -e py{36,35,34,33,27,26,py},py{36,27,py}-simplejson,py{36,33,27,26,py}-devel,py{36,33,27,26,py}-lowest,docs-html + detox -e py{36,35,34,33,27,26,py},py{36,27,py}-simplejson,py{36,33,27,26,py}-devel,py{36,33,27,26,py}-lowest tox -e coverage-report