Skip to content

Commit 65a6e83

Browse files
committed
travis config
1 parent 0c86cf8 commit 65a6e83

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travil.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
notifications:
2+
email: false
3+
webhooks:
4+
on_success: always # options: [always|never|change] default: always
5+
on_failure: always # options: [always|never|change] default: always
6+
language: python
7+
python:
8+
- "2.7"
9+
- "3.2"
10+
- "3.3"
11+
- "3.4"
12+
- "3.5"
13+
script: python doc2md.py doc2md.py

0 commit comments

Comments
 (0)