summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@urx.com>2017-04-23 10:21:34 -0700
committerNicholas Charriere <nicholas@urx.com>2017-04-23 10:29:35 -0700
commitcb85a59a668bb637796fdfd28b9167b31044aa64 (patch)
treefa05c4f4c73ece937a473925f2b64f7be95eae20
parent4efcfcd699d4fadc95f8e59c92136658fdd38cdd (diff)
downloadpymemcache-fix-tox-docs.tar.gz
Remove docs from being run when you're running testsfix-tox-docs
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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]