Browse Source

test docs build in travis

pull/41/head
Rossen Georgiev 9 years ago
parent
commit
b679392f76
  1. 1
      .travis.yml
  2. 1
      requirements.txt

1
.travis.yml

@ -12,6 +12,7 @@ install:
- pip install scrutinizer-ocular - pip install scrutinizer-ocular
script: script:
- make test - make test
- make docs
after_script: after_script:
- coveralls - coveralls
- ocular - ocular

1
requirements.txt

@ -10,3 +10,4 @@ PyYAML==3.11
requests==2.9.1 requests==2.9.1
vcrpy==1.7.4 vcrpy==1.7.4
vdf==2.0 vdf==2.0
sphinx==1.3.5

Loading…
Cancel
Save