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',
]},
install_requires=['numpy'],
tests_require=['pytest'],
)