Skip to content

Commit

Permalink
py3.4 problems - new try
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Mar 12, 2015
1 parent 6602a87 commit 20f44ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,5 +39,5 @@ def requirements():
install_requires=requirements(),
zip_safe=False,
test_suite='nose.collector',
tests_require=['nose>=1.0.0', 'httpretty>=0.8.4,!=0.8.7,!=0.8.8']
tests_require=['nose>=1.0.0', 'httpretty>=0.8.4,!=0.8.7,!=0.8.8,!=0.8.6']
)

0 comments on commit 20f44ae

Please sign in to comment.