Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit727d7fc

Browse files
committed
minor#5455 Improve travis build speed (WouterJ)
This PR was merged into the 2.3 branch.Discussion----------Improve travis build speedCommits-------4650da9 Fix caching0efccb5 Fix build64b9081 Improve travis build speed
2 parentsd4afd3a +4650da9 commit727d7fc

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)

[8]ページ先頭

©2009-2025 Movatter.jp