Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis #39

Merged
merged 12 commits into from
May 28, 2018
Prev Previous commit
Next Next commit
Install doc deps to check doc build
  • Loading branch information
jnothman committed May 28, 2018
commit 618e8ae2eca1f0e9d417a1ba6c8f0b95653713b0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
script:
- pytest neleval/
- ./shell_test.sh
- cd doc && SPHINXOPTS=-W make html
- pip install -r doc/requirements.txt && cd doc && SPHINXOPTS=-W make html
- pyflakes neleval/
after_success:
- coveralls