Skip to content

Commit

Permalink
[Travis] Initial Travis-Ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 12, 2012
1 parent b4a625a commit c5af098
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:
- "pypy"

install:
- pip install -q Sphinx

script:
- cd docs
- make linkcheck

0 comments on commit c5af098

Please sign in to comment.