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"
install:
- make init
- pip install coveralls
- pip install scrutinizer-ocular
script:
- make test
- make docs
after_script:
- coveralls
- ocular

1
requirements.txt

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

Loading…
Cancel
Save