Skip to content

Commit

Permalink
Test with "setup.py test"
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Oct 7, 2019
1 parent ed63cc4 commit 7b0c430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
zip_safe=False,
packages=['torchlars'],
install_requires=['torch'],
setup_requires=['pytest-runner'],
tests_require=['pytest>=4'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 7b0c430

Please sign in to comment.