diff options
author | Nicholas Charriere <nicholascharriere@gmail.com> | 2017-04-23 18:29:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-23 18:29:35 -0700 |
commit | a2c36f53b01adcdf46dcf06cc50648f6cfdac318 (patch) | |
tree | fa05c4f4c73ece937a473925f2b64f7be95eae20 | |
parent | 4efcfcd699d4fadc95f8e59c92136658fdd38cdd (diff) | |
parent | cb85a59a668bb637796fdfd28b9167b31044aa64 (diff) | |
download | pymemcache-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |