Skip to content

Commit

Permalink
tests_requires not a part of setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jul 26, 2017
1 parent 027c5cf commit 7ebc21f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@
install_requires=[
'ethereum == 1.3.7',
'serpent',
],
setup_requires=[
'pytest',
'pytest-runner',
],
tests_requires=[
' pytest',
' pytest-cov',
'pytest-cov',
],
scripts=['bin/viper']
)

0 comments on commit 7ebc21f

Please sign in to comment.