diff --git a/.travis.yml b/.travis.yml index 2351d1d..844e785 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - "3.6" cache: pip install: - - pip install codecov + - pip install coveralls script: - - python test_tinp.py + - coverage run test_tinp.py after_success: - - codecov + - coveralls