Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 2a86315

Browse filesBrowse files
committed
Add Python 3.9 Linux builds.
1 parent 7fa48e0 commit 2a86315
Copy full SHA for 2a86315

File tree

Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+10-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.