Skip to content

Commit

Permalink
Merge pull request #111 from kvalev/patch-1
Browse files Browse the repository at this point in the history
Create x86_64 Linux wheels for Python 3.7
  • Loading branch information
skvark authored Jul 23, 2018
2 parents 4b15605 + a1179e1 commit 7b7f734
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ matrix:
- ENABLE_CONTRIB=0
- ENABLE_HEADLESS=0
- TEST_DEPENDS=numpy==1.11.3
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- ENABLE_CONTRIB=0
- ENABLE_HEADLESS=0
- TEST_DEPENDS=numpy==1.14.5
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand Down Expand Up @@ -329,6 +335,12 @@ matrix:
- ENABLE_CONTRIB=0
- ENABLE_HEADLESS=1
- TEST_DEPENDS=numpy==1.11.3
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- ENABLE_CONTRIB=0
- ENABLE_HEADLESS=1
- TEST_DEPENDS=numpy==1.14.5
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand Down Expand Up @@ -397,6 +409,12 @@ matrix:
- TEST_DEPENDS=numpy==1.11.3
- ENABLE_CONTRIB=1
- ENABLE_HEADLESS=0
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- TEST_DEPENDS=numpy==1.14.5
- ENABLE_CONTRIB=1
- ENABLE_HEADLESS=0
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand Down Expand Up @@ -466,6 +484,12 @@ matrix:
- TEST_DEPENDS=numpy==1.11.3
- ENABLE_CONTRIB=1
- ENABLE_HEADLESS=1
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- TEST_DEPENDS=numpy==1.14.5
- ENABLE_CONTRIB=1
- ENABLE_HEADLESS=1
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand Down

0 comments on commit 7b7f734

Please sign in to comment.