summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCharles Gordon <charles.gordon@gmail.com>2015-06-19 21:10:28 -0700
committerCharles Gordon <charles.gordon@gmail.com>2015-06-19 21:10:28 -0700
commit5a135c0f72e54f570da69872dc32a2b6c384e2ff (patch)
tree12b0c260424f618a0d6d086df90914ffd3068a65 /tox.ini
parent2e7551ead57752abc63c440f531f3957370252ad (diff)
parent67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d (diff)
downloadpymemcache-5a135c0f72e54f570da69872dc32a2b6c384e2ff.tar.gz
Merge pull request #49 from sontek/add_py34_to_tox
Add python 3.4 to tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7f7e67e..6f59f5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,8 @@
[tox]
-envlist = py26, py27, pypy, py33
+envlist = py26, py27, pypy, py33, py34
[testenv]
+deps = nose
commands =
python setup.py nosetests