summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 08:27:48 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 08:27:48 -0700
commit728f62621f068f6dd202f3ebcf7c3f7a761c9777 (patch)
treeb7f34c2c6e31bc3f17748fdbb649294992579dc0 /tox.ini
parent6e1cc1044e773695a7865216d7267a0ae339479a (diff)
downloadpystache-728f62621f068f6dd202f3ebcf7c3f7a761c9777.tar.gz
Simplified tox.ini after eliminating use of nose.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini26
1 files changed, 3 insertions, 23 deletions
diff --git a/tox.ini b/tox.ini
index 544f4dc..6336889 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,27 +6,7 @@
envlist = py24,py25,py26,py27,py31,py32
[testenv]
+changedir =
+ {envbindir}
commands =
- python setup.py --quiet test
-
-# We use nosetests for older versions of Python to find doctests because
-# the load_tests protocol (which we use for finding doctests when using
-# Distribute's `test`) was not introduced until Python 2.7.
-
-[testenv:py26]
-deps =
- nose
-commands =
- python setup.py --quiet nosetests
-
-[testenv:py25]
-deps =
- nose
-commands =
- python setup.py --quiet nosetests
-
-[testenv:py24]
-deps =
- nose
-commands =
- python setup.py --quiet nosetests
+ pystache-test {toxinidir}