Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
yourbuddyconner committed Jun 26, 2019
1 parent 7f0c9d2 commit daa94d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
with open('README.rst') as f:
readme = f.read()

tests_require = ['six', 'pytest>=3.6.0', 'pytest-cov', 'nose', 'django>=1.11.21']
tests_require = ['six', 'pytest>=3.6.0', 'pytest-cov', 'python-coveralls', 'nose', 'django>=1.11.21']

setup(
name='pysnap',
Expand Down

0 comments on commit daa94d4

Please sign in to comment.