1
0
mirror of https://github.com/bspeice/metrik synced 2024-11-04 22:48:11 -05:00

And remove coveralls because it is indeed broken

This commit is contained in:
Bradlee Speice 2016-08-07 16:40:52 -04:00
parent 77e4097756
commit f79090a96d
2 changed files with 3 additions and 5 deletions

View File

@ -7,5 +7,4 @@ python:
- "3.4"
- "3.5"
script: python setup.py test --cov metrik
after_success: coveralls
script: python setup.py test

View File

@ -12,10 +12,9 @@ setup(
'luigi >= 2.2.0'
],
setup_requires=[
'pytest_runner'
'pytest_runner >= 2.9'
],
tests_require=[
'pytest',
'python-coveralls'
'pytest >= 2.9.2'
]
)