Had to change the Travis definition to use the right Python path for 3.8

This commit is contained in:
Matthias Koefferlein 2020-09-08 22:15:23 +02:00
parent ee576c041c
commit 5caa9a79fb
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ matrix:
- docker
env:
- DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
- PY_VERSION="cp38-cp38m"
- PY_VERSION="cp38-cp38"
- DOCKER_BUILD=true
- TEST_IN_HOST=true
- MATRIX_EVAL=""
@ -31,7 +31,7 @@ matrix:
- docker
env:
- DOCKER_IMAGE="quay.io/pypa/manylinux1_i686"
- PY_VERSION="cp38-cp38m"
- PY_VERSION="cp38-cp38"
- DOCKER_BUILD=true
- MATRIX_EVAL=""
cache: