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

Commit a1179e1

Browse filesBrowse files
authored
Create x86_64 Linux wheels for Python 3.7
1 parent 4b15605 commit a1179e1
Copy full SHA for a1179e1

File tree

1 file changed

+24
-0
lines changed
Filter options

1 file changed

+24
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@ matrix:
261261
- ENABLE_CONTRIB=0
262262
- ENABLE_HEADLESS=0
263263
- TEST_DEPENDS=numpy==1.11.3
264+
- os: linux
265+
env:
266+
- MB_PYTHON_VERSION=3.7
267+
- ENABLE_CONTRIB=0
268+
- ENABLE_HEADLESS=0
269+
- TEST_DEPENDS=numpy==1.14.5
264270
- os: linux
265271
env:
266272
- MB_PYTHON_VERSION=3.7
@@ -329,6 +335,12 @@ matrix:
329335
- ENABLE_CONTRIB=0
330336
- ENABLE_HEADLESS=1
331337
- TEST_DEPENDS=numpy==1.11.3
338+
- os: linux
339+
env:
340+
- MB_PYTHON_VERSION=3.7
341+
- ENABLE_CONTRIB=0
342+
- ENABLE_HEADLESS=1
343+
- TEST_DEPENDS=numpy==1.14.5
332344
- os: linux
333345
env:
334346
- MB_PYTHON_VERSION=3.7
@@ -397,6 +409,12 @@ matrix:
397409
- TEST_DEPENDS=numpy==1.11.3
398410
- ENABLE_CONTRIB=1
399411
- ENABLE_HEADLESS=0
412+
- os: linux
413+
env:
414+
- MB_PYTHON_VERSION=3.7
415+
- TEST_DEPENDS=numpy==1.14.5
416+
- ENABLE_CONTRIB=1
417+
- ENABLE_HEADLESS=0
400418
- os: linux
401419
env:
402420
- MB_PYTHON_VERSION=3.7
@@ -466,6 +484,12 @@ matrix:
466484
- TEST_DEPENDS=numpy==1.11.3
467485
- ENABLE_CONTRIB=1
468486
- ENABLE_HEADLESS=1
487+
- os: linux
488+
env:
489+
- MB_PYTHON_VERSION=3.7
490+
- TEST_DEPENDS=numpy==1.14.5
491+
- ENABLE_CONTRIB=1
492+
- ENABLE_HEADLESS=1
469493
- os: linux
470494
env:
471495
- MB_PYTHON_VERSION=3.7

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.