summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholascharriere@gmail.com>2017-04-23 18:29:35 -0700
committerGitHub <noreply@github.com>2017-04-23 18:29:35 -0700
commita2c36f53b01adcdf46dcf06cc50648f6cfdac318 (patch)
treefa05c4f4c73ece937a473925f2b64f7be95eae20
parent4efcfcd699d4fadc95f8e59c92136658fdd38cdd (diff)
parentcb85a59a668bb637796fdfd28b9167b31044aa64 (diff)
downloadpymemcache-a2c36f53b01adcdf46dcf06cc50648f6cfdac318.tar.gz
Merge pull request #150 from pinterest/fix-tox-docs
Remove docs from being run when you're running tests
-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]