Use pytest instead of nose

This commit is contained in:
William Tisäter
2015-05-01 15:49:57 +02:00
parent 2d5db2e3e0
commit 66dd2d1511

View File

@@ -2,7 +2,5 @@
envlist = py26, py27, pypy, py33, py34
[testenv]
commands =
nosetests {posargs:-w tests -v}
deps =
nose
commands = py.test
deps = pytest