File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ language: python
1616# The travis Python version is unrelated to the version we build and test
1717# with. This is set with the MB_PYTHON_VERSION variable.
1818python : 3.5
19- sudo : required
20- dist : trusty
19+ dist : xenial
2120services : docker
2221
2322cache :
@@ -35,7 +34,7 @@ matrix:
3534 - PLAT=i686
3635 - USE_CCACHE=1
3736 - FREETYPEPY_BUNDLE_FT=1
38- - os : linux # Bundle 64 bit library.
37+ - os : linux # Bundle 64 bit library for Python 3.6 .
3938 env :
4039 - MB_PYTHON_VERSION=3.6
4140 - USE_CCACHE=1
@@ -50,6 +49,17 @@ matrix:
5049 - MB_PYTHON_VERSION=3.6
5150 - USE_CCACHE=1
5251 - FREETYPEPY_BUNDLE_FT=1
52+ - os : linux # Bundle 64 bit library for Python 3.7.
53+ env :
54+ - MB_PYTHON_VERSION=3.7
55+ - USE_CCACHE=1
56+ - FREETYPEPY_BUNDLE_FT=1
57+ - os : osx
58+ language : generic
59+ env :
60+ - MB_PYTHON_VERSION=3.7
61+ - USE_CCACHE=1
62+ - FREETYPEPY_BUNDLE_FT=1
5363
5464before_install :
5565 - source ci/multibuild/common_utils.sh
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ environment:
1515 PYTHON_VERSION : 3.6
1616 PYTHON_ARCH : ' 64'
1717
18+ - PYTHON : C:\Python36-x64
19+ PYTHON_VERSION : 3.7
20+ PYTHON_ARCH : ' 64'
21+
1822init :
1923 - ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
2024
You can’t perform that action at this time.
0 commit comments