@ -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
@ -14,4 +14,3 @@ nose==1.3.7
PyYAML==3.11
vcrpy==1.7.4
sphinx==1.3.5
coveralls