From b5ff4dabe4a1937261c86d3963de7a3339964893 Mon Sep 17 00:00:00 2001 From: joaquin Date: Fri, 4 Sep 2020 11:27:16 -0700 Subject: [PATCH] building wheel for python3.8 --- .travis.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.travis.yml b/.travis.yml index a04464a80..01c77aeb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,36 @@ branches: matrix: include: # python manylinux packages + - name: "cp38-cp38m-manylinux1_x86_64.whl" + os: linux + sudo: true + language: python + python: '3.8' + services: + - docker + env: + - DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64" + - PY_VERSION="cp38-cp38m" + - DOCKER_BUILD=true + - TEST_IN_HOST=true + - MATRIX_EVAL="" + cache: + directories: + - ccache + + - name: "cp38-cp38m-manylinux1_i686.whl" + os: linux + sudo: true + services: + - docker + env: + - DOCKER_IMAGE="quay.io/pypa/manylinux1_i686" + - PY_VERSION="cp38-cp38m" + - DOCKER_BUILD=true + - MATRIX_EVAL="" + cache: + directories: + - ccache - name: "cp37-cp37m-manylinux1_x86_64.whl" os: linux