summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-27 22:16:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-27 22:16:00 -0400
commitd6cc6a5ff100ce8394b4487efbc16e7dc8a626de (patch)
tree70615aaf0ff9685d26bf3c19c7b2e6053f8b8a98 /tox.ini
parentd5bd54a85b2cd359d25d252050c4f415984544e7 (diff)
downloadcherrypy-git-d6cc6a5ff100ce8394b4487efbc16e7dc8a626de.tar.gz
Initial work running tests under pytest. Ref #1463.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 2baa1fbd..c046731d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,5 @@
envlist = py26, py27, py32, py33, py34, py35, pypy
[testenv]
-deps = nose
- mock
- Routes
commands =
- nosetests -s []
+ python setup.py test