Skip to content

Commit

Permalink
added test extras to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Sep 30, 2016
1 parent 0baa1d6 commit 1c0a4ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def read(*rnames):
'release': [
'zest.releaser',
],
'test': [
'pytest',
]
},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 1c0a4ae

Please sign in to comment.