Skip to content

Commit 727d7fc

Browse files
committed
minor #5455 Improve travis build speed (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Improve travis build speed Commits ------- 4650da9 Fix caching 0efccb5 Fix build 64b9081 Improve travis build speed
2 parents d4afd3a + 4650da9 commit 727d7fc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
language: python
22

3-
python:
4-
- "2.7"
3+
python: "2.7"
54

65
sudo: false
76

8-
install:
9-
- "pip install -q -r requirements.txt --use-mirrors"
7+
cache:
8+
directories:
9+
- $HOME/.cache/pip
10+
- _build
11+
12+
install: pip install sphinx==1.1.3
1013

1114
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
1215

1316
branches:
1417
except:
1518
- github-comments
16-

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)