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

Commit 2a86315

Browse files
committed
Add Python 3.9 Linux builds.
1 parent 7fa48e0 commit 2a86315

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ services: docker
2828

2929
jobs:
3030
include:
31+
- os: linux
32+
env:
33+
- MB_PYTHON_VERSION=3.6
34+
- os: linux
35+
env:
36+
- MB_PYTHON_VERSION=3.6
37+
- PLAT=i686
3138
- os: linux
3239
env:
3340
- MB_PYTHON_VERSION=3.7
@@ -46,11 +53,9 @@ jobs:
4653
- NP_TEST_DEP=1.14.5
4754
- os: linux
4855
env:
49-
- MB_PYTHON_VERSION=3.6
50-
- os: linux
51-
env:
52-
- MB_PYTHON_VERSION=3.6
53-
- PLAT=i686
56+
- MB_PYTHON_VERSION=3.9
57+
- NP_BUILD_DEP=1.14.5
58+
- NP_TEST_DEP=1.14.5
5459
- os: osx
5560
language: generic
5661
env:

0 commit comments

Comments
 (0)