Attempt coveralls integration.

Likely totally broken.
master
Bradlee Speice 2016-08-07 16:33:13 -04:00
parent 5f267009fb
commit 77e4097756
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -15,6 +15,7 @@ setup(
'pytest_runner' 'pytest_runner'
], ],
tests_require=[ tests_require=[
'pytest' 'pytest',
'python-coveralls'
] ]
) )