summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-12-13 15:51:58 +0200
committermattip <matti.picus@gmail.com>2018-12-13 19:20:34 +0200
commit524faa53cf85a5906f7a10ef9f32dbcfde8e471b (patch)
tree41296b4bc06b55394aa0fc90e5ef0ccc5801080b /.travis.yml
parent2791185b32906d77c7173f5e19a61580379e7a11 (diff)
downloadnumpy-524faa53cf85a5906f7a10ef9f32dbcfde8e471b.tar.gz
DEV: remove travis 32 bit chroot job since it is running on azure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index ae3cf26dc..23c731f83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,15 +39,6 @@ matrix:
dist: xenial # Required for Python 3.7
sudo: true # travis-ci/travis-ci#9069
env: INSTALL_PICKLE5=1
- - python: 3.6
- env: USE_CHROOT=1 ARCH=i386 DIST=bionic
- sudo: true
- addons:
- apt:
- update: true
- packages:
- - dpkg
- - debootstrap
- python: 3.5
dist: xenial # Required for python3.5-dbg
sudo: true # travis-ci/travis-ci#9069