Skip to content

Commit

Permalink
Merge pull request #4 from bmwant/master
Browse files Browse the repository at this point in the history
Fix typo in setup.py
  • Loading branch information
asvetlov committed Mar 24, 2016
2 parents afaee3f + 295662b commit c647e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,7 +49,7 @@ def read(f):
# if not PY_35:
# install_requires.append('typing')

tests_require = install_requires + ['py.tests']
tests_require = install_requires + ['pytest']
extras_require = {}


Expand Down

0 comments on commit c647e06

Please sign in to comment.