Switching from the no-longer-maintained nose test runner to pytest.

This commit is contained in:
2016-04-10 15:59:36 -07:00
parent 448c2593ed
commit df9cc6a7d2
6 changed files with 11 additions and 14 deletions

View File

@@ -5,4 +5,4 @@ skipsdist=True
[testenv]
usedevelop=True
deps=-rtest_requirements.txt
commands = nosetests []
commands = py.test []