Change testing config to use pytest instead of nosetests

Closes #5
This commit is contained in:
2019-03-16 13:10:08 +01:00
parent b110162763
commit a618f75bb6
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py37
[testenv]
deps=nose
commands=nosetests
deps=pytest
commands=pytest