aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-11-20 13:30:36 -0500
committerYury Selivanov <yury@magic.io>2018-11-20 14:25:07 -0500
commit50c23b0b66a5f68aa6307ae115a10af40d32e1df (patch)
tree9be0610e38d85455ab3001a7d8bb0a33d4cdaa28 /.travis.yml
parent523d0f8157a4f998fd4c83c78fe0779a1f8f17ed (diff)
downloadimmutables-50c23b0b66a5f68aa6307ae115a10af40d32e1df.tar.gz
immutables-50c23b0b66a5f68aa6307ae115a10af40d32e1df.zip
ci: Test/build 3.7 wheels
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 501e0df..aebc244 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: generic
env:
global:
- PYMODULE=immutables
- - RELEASE_PYTHON_VERSIONS="3.5 3.6"
+ - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7"
- S3_UPLOAD_USERNAME=oss-ci-bot
- S3_UPLOAD_BUCKET=magicstack-oss-releases
@@ -30,6 +30,13 @@ matrix:
env: BUILD=tests
- os: linux
+ dist: xenial
+ sudo: true
+ language: python
+ python: "3.7"
+ env: BUILD=tests
+
+ - os: linux
dist: trusty
sudo: required
language: python