Skip to content

Commit 286feab

Browse files
Jon Wayne Parrottncoghlan
authored andcommitted
Add travis configuration (pypa#300)
1 parent 9e07aeb commit 286feab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
sudo: false
3+
python:
4+
- 2.7
5+
install: pip install sphinx
6+
script: make SPHINXOPTS="-W" html

0 commit comments

Comments
 (0)