diff options
author | mattip <matti.picus@gmail.com> | 2018-10-31 11:48:28 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-10-31 11:52:03 +0200 |
commit | 621f477a73c5afe152ef393e4f1113dec57ce823 (patch) | |
tree | 4621ba90bef93649892f1837b1b02a47794a5998 /.travis.yml | |
parent | 7a0950649db5b83a881d8fb2bf8f95fdd885e081 (diff) | |
download | numpy-621f477a73c5afe152ef393e4f1113dec57ce823.tar.gz |
BUILD: use system python3 in the chroot
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cf67134d3..9415c3845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: sudo: true # travis-ci/travis-ci#9069 env: INSTALL_PICKLE5=1 - python: 3.6 - env: USE_CHROOT=1 ARCH=i386 DIST=bionic PYTHON=3.6 + env: USE_CHROOT=1 ARCH=i386 DIST=bionic PYTHON=python3 PIP=pip3 sudo: true addons: apt: |