Skip to content

Commit

Permalink
CI: Ugh, it's (partially) my fault.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed May 14, 2019
1 parent bd15733 commit 371b0ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/run_32bit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PYV=$PYTHON_VERSION

apt-get update
apt-get install -y libssl-dev openssl wget build-essential
apt-get install -y libssl-dev openssl wget build-essential libffi-dev
cd /
wget https://www.python.org/ftp/python/$PYV/Python-$PYV.tar.xz
tar xf Python-$PYV.tar.xz
Expand Down
2 changes: 0 additions & 2 deletions .ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# to be called in any other manner.
#

apt-get install -y libffi-dev || true

# Get the path to this script
script_dir=`dirname $0`
pushd $script_dir > /dev/null
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ matrix:
env: TEST_SUITE=zran_test EXTRA_ARGS="--use_mmap" NITERS=25 NELEMS=805306368 TEST_PATTERN="test_seek_then_read_block"
- python: 3.6
env: TEST_SUITE=zran_test EXTRA_ARGS="--use_mmap --concat" NITERS=25 NELEMS=805306368 TEST_PATTERN="test_seek_then_read_block"
- python: 3.6
- env: TEST_SUITE=32bittest


# Tests covering the indexed_gzip module
python:
Expand Down

0 comments on commit 371b0ac

Please sign in to comment.