Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use test_requires for pytest
  • Loading branch information
inducer committed Mar 31, 2016
1 parent 7c2585c commit f2cc5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -25,6 +25,8 @@
install_requires=[
"urwid>=1.1.1",
"pygments>=1.0",
],
test_requires=[
"pytest>=2",
],
url='http://pypi.python.org/pypi/pudb',
Expand Down

0 comments on commit f2cc5db

Please sign in to comment.