Commit da9c7466 authored by rusty1s's avatar rusty1s
Browse files

pytest dep

parent e9171f8a
......@@ -6,8 +6,8 @@ __version__ = '0.2.2'
url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires = ['cffi']
setup_requires = ['cffi']
tests_require = ['pytest', 'pytest-runner', 'pytest-cov']
setup_requires = ['pytest-runner', 'cffi']
tests_require = ['pytest', 'pytest-cov']
docs_require = ['Sphinx', 'sphinx_rtd_theme']
setup(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment