Skip to content

Commit

Permalink
Travis builds docs and check links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Aug 12, 2016
1 parent b1a7615 commit b046b1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ script:
--cov=revelation revelation/test/
- python -m doctest scripts/diff_trace.py
- python -m doctest scripts/get_instructions_used.py
- cd docs
- make html
- make linkcheck
- cd ..
- PYTHONPATH=${HOME}/pydgin/:. ${HOME}/pypy/rpython/bin/rpython --no-pdb --opt=jit revelation/sim.py
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ] ;
then PYTHONPATH=${HOME}/pydgin/:. ${HOME}/pypy/rpython/bin/rpython --no-pdb --opt=jit revelation/sim.py --debug ;
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ pytest-capturelog==0.7
pytest-cov==2.2.1
pytest-xdist==1.14
requests==2.9.1
Sphinx==1.4.5
sphinx-rtd-theme==0.1.9

0 comments on commit b046b1c

Please sign in to comment.