Skip to content

Commit 9cc8a12

Browse files
UniversalSuperBoxbhush9
authored andcommitted
Add configuration for travis-ci
1 parent 4c3af58 commit 9cc8a12

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
cache: pip
3+
4+
python:
5+
- "2.7"
6+
7+
install:
8+
- pip install -r requirements.txt
9+
10+
script:
11+
- sphinx-build -Wa . _build/html

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Sphinx==1.6.5
2-
sphinx-rtd-theme==0.2.4
1+
sphinx
2+
sphinx-rtd-theme

0 commit comments

Comments
 (0)