1
0
mirror of https://github.com/bspeice/metrik synced 2026-06-11 07:41:40 -04: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
+1 -2
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
+2 -3
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'
]
)