diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
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 |