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

@@ -24,4 +24,4 @@ install:
script:
- coverage run --source descent -m py.test
after_success:
- coveralls
- bash <(curl -s https://codecov.io/bash)

View File

@@ -1,4 +1,3 @@
-r requirements.txt
coveralls
pytest
coverage

View File

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