summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5c11058e8..1e7dc50ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,10 +4,10 @@ envlist =
[testenv]
deps=
- nose>=1.3.0
+ pytest
mock
scripttest>=1.1.1
git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
commands =
- nosetests -s -v tests
+ py.test