Skip to content

Commit

Permalink
travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
blasterbug committed Nov 22, 2015
1 parent 0c86cf8 commit 65a6e83
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travil.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
notifications:
email: false
webhooks:
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
script: python doc2md.py doc2md.py

0 comments on commit 65a6e83

Please sign in to comment.