File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ set -e -x
55# Compile wheels
66PYTHON=" /opt/python/${PYTHON_VERSION} /bin/python"
77PIP=" /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
1110rm -rf /io/build
1211${PIP} wheel /io/ -w /io/dist/
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: generic
33env :
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
You can’t perform that action at this time.
0 commit comments