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

MAINT: Update zesty to artful for i386 testing#10425

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
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@@ -38,7 +38,7 @@ python:
matrix:
include:
- python: 2.7
env: USE_CHROOT=1 ARCH=i386 DIST=zesty PYTHON=2.7
env: USE_CHROOT=1 ARCH=i386 DIST=artful PYTHON=2.7
sudo: true
dist: trusty
addons:
Expand Down
7 changes: 3 additions & 4 deletionstools/travis-test.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -89,14 +89,13 @@ setup_chroot()

sudo chroot $DIR bash -c "apt-get update"
# faster operation with preloaded eatmydata
sudo chroot $DIR bash -c "apt-get install -qq -y--force-yeseatmydata"
sudo chroot $DIR bash -c "apt-get install -qq -y eatmydata"
echo '/usr/$LIB/libeatmydata.so' | \
sudo tee -a $DIR/etc/ld.so.preload

# install needed packages
sudo chroot $DIR bash -c "apt-get install -qq -y --force-yes \
libatlas-dev libatlas-base-dev gfortran \
python-dev python-nose python-pip cython"
sudo chroot $DIR bash -c "apt-get install -qq -y \
libatlas-base-dev gfortran python-dev python-nose python-pip cython"
}

run_test()
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp