Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #242 from adobe-type-tools/py3.8-wheels
Browse files Browse the repository at this point in the history
Build py3.8 wheels
  • Loading branch information
miguelsousa authored Mar 25, 2020
2 parents 0d37426 + 9496141 commit 153d53d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ environment:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"

matrix:
fast_finish: true

Expand Down
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- os: linux
install:
- pip install "tox<3.8"
Expand All @@ -51,6 +54,10 @@ jobs:
language: generic
env:
- MB_PYTHON_VERSION=3.7
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.8
- os: linux
install:
- pip3 install meson ninja
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37}-cov,coverage
envlist = py{36,37,38}-cov,coverage
minversion = 2.9.1
skip_missing_interpreters = true

Expand Down

0 comments on commit 153d53d

Please sign in to comment.