We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d413cb commit 64b9081Copy full SHA for 64b9081
.travis.yml
@@ -1,16 +1,18 @@
1
language: python
2
3
-python:
4
- - "2.7"
+python: "2.7"
5
6
sudo: false
7
8
-install:
9
- - "pip install -q -r requirements.txt --use-mirrors"
+cache:
+ directories:
+ - $HOME/.pip-cache/
10
+ - _build
11
+
12
+install: pip install --download-cache $HOME/.pip-cache --user sphinx==1.1.3
13
14
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
15
16
branches:
17
except:
18
- github-comments
-
requirements.txt
0 commit comments