From cb85a59a668bb637796fdfd28b9167b31044aa64 Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Sun, 23 Apr 2017 10:21:34 -0700 Subject: [PATCH] Remove docs from being run when you're running tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e1542b8..35b30db 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration +envlist = py27, pypy, py33, py34, py35, py27-flake8, py35-flake8, integration skip_missing_interpreters = True [testenv]