Skip to content

Commit

Permalink
Remap test to pytest in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund committed Feb 23, 2018
1 parent 481d7b4 commit ecda6df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[aliases]
test=pytest

[wheel]
universal = 0

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def read(fname):
],
test_suite='tests',
keywords=['apple', 'tv'],
tests_require=['tox'],
setup_requires=['pytest-runner'],
tests_require=['tox', 'pytest==3.4.0'],
entry_points={
'console_scripts': [
'atvremote = pyatv.__main__:main'
Expand Down

0 comments on commit ecda6df

Please sign in to comment.