diff options
author | mattip <matti.picus@gmail.com> | 2018-05-22 15:18:18 -0700 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-05-28 21:47:58 -0700 |
commit | ce5f7faa43babcc7485ee6c896434ba04157f9a2 (patch) | |
tree | 18aeabf415157d0758f190265f89ba2dd6312885 /.travis.yml | |
parent | 65303252e528a12a5909fb2b3b2dc6daceb067ab (diff) | |
download | numpy-ce5f7faa43babcc7485ee6c896434ba04157f9a2.tar.gz |
MAINT: Update artful to bionic for i386 testing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4632fbffe..6b010e58f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,11 +39,13 @@ python: matrix: include: - python: 3.6 - env: USE_CHROOT=1 ARCH=i386 DIST=artful PYTHON=3.6 + env: USE_CHROOT=1 ARCH=i386 DIST=bionic PYTHON=3.6 sudo: true addons: apt: + update: true packages: + - dpkg - debootstrap - python: 3.4 env: USE_DEBUG=1 |