Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 31b7119

Browse files
committed
BLD: add py38 to 2.2.x build matrix
1 parent 82e43c3 commit 31b7119

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ matrix:
3131
# Exclude the default Python 3.5 build
3232
- python: 3.5
3333
include:
34+
- os: linux
35+
env:
36+
- MB_PYTHON_VERSION=3.8
37+
- NP_BUILD_DEP=1.14.5
38+
- NP_TEST_DEP=1.14.5
39+
- os: linux
40+
env:
41+
- MB_PYTHON_VERSION=3.8
42+
- NP_BUILD_DEP=1.14.5
43+
- NP_TEST_DEP=1.14.5
44+
- PLAT=i686
3445
# - os: linux
3546
# env:
3647
# - MB_PYTHON_VERSION=3.7
@@ -74,6 +85,15 @@ matrix:
7485
# env:
7586
# - MB_PYTHON_VERSION=2.7
7687
# - UNICODE_WIDTH=16
88+
89+
90+
- os: osx
91+
language: generic
92+
env:
93+
- MB_PYTHON_VERSION=3.8
94+
- MB_PYTHON_OSX_VER=10.9
95+
- NP_BUILD_DEP=1.14.5
96+
- NP_TEST_DEP=1.14.5
7797
# - os: osx
7898
# language: generic
7999
# env:

0 commit comments

Comments
 (0)