Skip to content

Commit

Permalink
Add pytest-runner
Browse files Browse the repository at this point in the history
./setup.py test calls py.test

Part of jleclanche#318
  • Loading branch information
smallnamespace committed Feb 24, 2016
1 parent 211fa97 commit 7f52437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[aliases]
test=pytest
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def run(self):
packages=find_packages(exclude="tests"),
package_data={"fireplace":["bootstrap", "scripts/bootstrap.*"]},
include_package_data=True,
setup_requires=['pytest-runner'],

This comment has been minimized.

Copy link
@jleclanche

jleclanche Feb 24, 2016

Double quotes, not single quotes.

tests_require=tests_require,
extras_require={
'test': tests_require,
Expand Down

0 comments on commit 7f52437

Please sign in to comment.