diff --git a/.travis.yml b/.travis.yml index 22b2163..38a68d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ before_install: install: - pip install numpy - pip install pytest pytest-cov -- pip install python-coveralls - pip freeze - pwd - ls @@ -24,5 +23,4 @@ script: - py.test tests/ -v --cov=binfootprint --cov-report term-missing after_success: -- coveralls - bash <(curl -s https://codecov.io/bash)