switching from coveralls to codecov

This commit is contained in:
Niru Maheswaranathan
2016-10-11 10:42:49 -07:00
parent fd79cdb4c3
commit 791a3361c2
3 changed files with 2 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ setup(
# $ pip install -e .[dev,test]
extras_require={
'dev': [],
'test': ['coveralls', 'pytest', 'nose'],
'test': ['pytest', 'coverage'],
},
)