Browse Source

bring back coveralls

pull/166/head
Rossen Georgiev 6 years ago
parent
commit
6eed2b9f11
  1. 2
      .travis.yml
  2. 1
      requirements.txt

2
.travis.yml

@ -8,9 +8,11 @@ python:
- "3.6" - "3.6"
install: install:
- make init - make init
- pip install coveralls
- pip install scrutinizer-ocular - pip install scrutinizer-ocular
script: script:
- make test - make test
- make docs - make docs
after_script: after_script:
- coveralls
- ocular - ocular

1
requirements.txt

@ -14,4 +14,3 @@ nose==1.3.7
PyYAML==3.11 PyYAML==3.11
vcrpy==1.7.4 vcrpy==1.7.4
sphinx==1.3.5 sphinx==1.3.5
coveralls

Loading…
Cancel
Save