Skip to content

Commit

Permalink
Merge pull request #464 from mhvk/travis-s390-to-focal
Browse files Browse the repository at this point in the history
Use Ubuntu/focal for s390/apt tests instead of Debian testing.
  • Loading branch information
mhvk committed Oct 23, 2020
1 parent 45f577f commit b75b11f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ env:
- TOXARGS='-v'
- TOXPOSARGS=''

# Also allow tests without tox, getting our packages using apt.
- APT_DEPENDENCIES='python3-astropy python3-setuptools python3-entrypoints'

# If there are matplotlib or other GUI tests, uncomment the following
# line to use the X virtual framebuffer.
# - SETUP_XVFB=True
Expand Down Expand Up @@ -93,6 +90,12 @@ jobs:
stage: Comprehensive tests
arch: s390x
language: c
addons:
apt:
packages:
- python3-astropy
- python3-entrypoints
- python3-pip
env: SETUP_METHOD='apt'

# Try on Windows
Expand Down Expand Up @@ -120,11 +123,6 @@ before_install:
install:
- if [[ $SETUP_METHOD == 'tox' ]]; then
pip install tox;
else
curl https://ftp-master.debian.org/keys/archive-key-10.asc | sudo apt-key add -;
echo "deb http://ftp.us.debian.org/debian testing main" | sudo tee -a /etc/apt/sources.list;
sudo apt-get -qq update;
sudo apt-get install -y --no-install-recommends ${APT_DEPENDENCIES};
fi

- if [[ $TOXENV == *-cov ]]; then
Expand Down

0 comments on commit b75b11f

Please sign in to comment.