Skip to content

Commit

Permalink
Merge pull request #49 from redapple/setup-pytest
Browse files Browse the repository at this point in the history
Integrate py.test runs with setuptools
  • Loading branch information
eliasdorneles committed Jul 26, 2016
2 parents 18c8524 + af99c43 commit 2060660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[wheel]
universal=1

[aliases]
test=pytest
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
setup_requires=['pytest-runner',],
tests_require=['pytest',],
test_suite='tests',
)

0 comments on commit 2060660

Please sign in to comment.