diff --git a/.travis.yml b/.travis.yml index c558ca2..d80c98a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,11 @@ python: - "3.6" install: - make init + - pip install coveralls - pip install scrutinizer-ocular script: - make test - make docs after_script: + - coveralls - ocular diff --git a/requirements.txt b/requirements.txt index 417aa17..fce9076 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,3 @@ nose==1.3.7 PyYAML==3.11 vcrpy==1.7.4 sphinx==1.3.5 -coveralls