diff --git a/.travis.yml b/.travis.yml index f991d48..1b71f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,4 @@ python: - "3.4" - "3.5" -script: python setup.py test --cov metrik -after_success: coveralls \ No newline at end of file +script: python setup.py test \ No newline at end of file diff --git a/setup.py b/setup.py index d6f8ad1..0d46dfe 100644 --- a/setup.py +++ b/setup.py @@ -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' ] ) \ No newline at end of file