Skip to content

Commit

Permalink
Merge branch '0.8' into 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 16, 2017
2 parents 46e466c + c88c873 commit dd0e4fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python

python: 2.7

sudo: false
cache:
directories: [$HOME/.cache/pip]

install: pip install -r requirements.txt

script: make SPHINXOPTS=-nW html

0 comments on commit dd0e4fd

Please sign in to comment.