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

Fix Travis#319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gsnedders merged 1 commit intohtml5lib:masterfromgsnedders:fix_travis
Feb 18, 2017
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ env:
- SIX_VERSION=1.9 USE_OPTIONAL=true

install:
-bashrequirements-install.sh
-./requirements-install.sh

script:
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then py.test; fi
Expand Down
9 changes: 3 additions & 6 deletionsrequirements-install.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
#!/bin/bash -e
#!/bin/bash -ex

if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
echo "fatal: \$USE_OPTIONAL not set to true or false. Exiting."
exit 1
fi
pip install pip==6.1.0

pip install -U -r requirements-test.txt

if [[ $USE_OPTIONAL == "true" ]]; then
pip install -U -r requirements-optional.txt
fi

if [[ $SIX_VERSION!= "false"]]; then
if [[ $SIX_VERSION ]]; then
pip install six==$SIX_VERSION
fi

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp