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

Commit9b8092e

Browse files
committed
Do not usemake build on Travis
Travis is giving us a Python executable that it's already inside a virtualenv.So, using that executable to create another virtualenv does not work properlyand all the packages are installed in the original virtualenv instead in the onecreated by the Makefile; which makes packages to not be found at `venv/bin/`.I'm using Travis `script` option to call the commands that we need just usingthe virtualenv they provide to us instead of calling `make build`.
1 parent30d7bdb commit9b8092e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ script:
1212
-powrap --check --quiet **/*.po
1313
-awk 1 dict dictionaries/*.txt > dict.txt
1414
-pospell -p dict.txt -l es_AR -l es_ES **/*.po
15-
-make build
15+
-pip install -q -r requirements.txt
16+
-PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
1617
branches:
1718
only:
1819
-/^3\.\d$/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp