Skip to content

Commit

Permalink
setup.py: Integrate with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Apr 1, 2019
1 parent 604698f commit 1dd2b31
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 @@ -19,6 +19,7 @@ def requirements(section=None):
version='0.5.0',
packages=['ppb', 'ppb.systems'],
install_requires=requirements(),
setup_requires=['pytest-runner'],
tests_require=requirements('tests'),
python_requires=">=3.6",
url='https://github.com/ppb/pursuedpybear',
Expand Down

0 comments on commit 1dd2b31

Please sign in to comment.