summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-07-27 12:47:10 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-07-27 12:47:10 -0700
commitcd8e51c3b4ef9c11be571456f862ff11ce469042 (patch)
tree50f6a6c5170812ef34f82e67b98303de0b4c5da0 /tox.ini
parent5d17308919faa019d7a61b1d15563f04663da8e8 (diff)
downloadpymemcache-cd8e51c3b4ef9c11be571456f862ff11ce469042.tar.gz
Fix flake8 and cleanup build
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 0579193..4ee7b65 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,12 +5,12 @@ envlist = py26, py27, pypy, pypy3, py33, py34, docs, flake8
commands =
pip install -r test-requirements.txt
pip install -e .
- py.test {posargs}
+ py.test {posargs:pymemcache/test/}
[testenv:flake8]
commands =
- pip install flake8
- flake8 .
+ pip install flake8
+ flake8 pymemcache/
[testenv:docs]
commands =