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

@@ -29,4 +29,5 @@ setup(
'res2sqlite = galvani.res2sqlite:main', 'res2sqlite = galvani.res2sqlite:main',
]}, ]},
install_requires=['numpy'], install_requires=['numpy'],
tests_require=['pytest'],
) )

View File

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