Skip to content

Commit 50c23b0

Browse files
committed
ci: Test/build 3.7 wheels
1 parent 523d0f8 commit 50c23b0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.ci/build-manylinux-wheels.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ set -e -x
55
# Compile wheels
66
PYTHON="/opt/python/${PYTHON_VERSION}/bin/python"
77
PIP="/opt/python/${PYTHON_VERSION}/bin/pip"
8-
${PIP} install --upgrade pip wheel
9-
${PIP} install --upgrade setuptools
8+
${PIP} install --upgrade pip setuptools wheel~=0.31.1
109
${PIP} install -r /io/.ci/requirements.txt
1110
rm -rf /io/build
1211
${PIP} wheel /io/ -w /io/dist/

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: generic
33
env:
44
global:
55
- PYMODULE=immutables
6-
- RELEASE_PYTHON_VERSIONS="3.5 3.6"
6+
- RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7"
77

88
- S3_UPLOAD_USERNAME=oss-ci-bot
99
- S3_UPLOAD_BUCKET=magicstack-oss-releases
@@ -29,6 +29,13 @@ matrix:
2929
python: "3.5"
3030
env: BUILD=tests
3131

32+
- os: linux
33+
dist: xenial
34+
sudo: true
35+
language: python
36+
python: "3.7"
37+
env: BUILD=tests
38+
3239
- os: linux
3340
dist: trusty
3441
sudo: required

0 commit comments

Comments
 (0)