Skip to content

Commit

Permalink
Merge pull request #110 from madig/ci-no-py37
Browse files Browse the repository at this point in the history
Remove Python 3.7 from CI build
  • Loading branch information
madig authored Mar 17, 2019
2 parents 1da5255 + 2cd185f commit 002cdd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ matrix:
- PLAT=i686
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: linux # Bundle 64 bit library for Python 3.6.
- os: linux # Bundle 64 bit library.
env:
- MB_PYTHON_VERSION=3.6
- USE_CCACHE=1
Expand All @@ -49,17 +49,6 @@ matrix:
- MB_PYTHON_VERSION=3.6
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: linux # Bundle 64 bit library for Python 3.7.
env:
- MB_PYTHON_VERSION=3.7
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.7
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1

before_install:
- source ci/multibuild/common_utils.sh
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ environment:
PYTHON_VERSION: 3.6
PYTHON_ARCH: '64'

- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.7
PYTHON_ARCH: '64'

init:
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%

Expand Down

0 comments on commit 002cdd4

Please sign in to comment.