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 d2ee341

Browse files
committed
Add back Python 2.7 builds
1 parent 6369c8a commit d2ee341

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ matrix:
5656
env:
5757
- MB_PYTHON_VERSION=3.5
5858
- PLAT=i686
59+
- os: linux
60+
env:
61+
- MB_PYTHON_VERSION=2.7
62+
- os: linux
63+
env:
64+
- MB_PYTHON_VERSION=2.7
65+
- PLAT=i686
5966
- os: osx
6067
language: generic
6168
env:
@@ -70,6 +77,10 @@ matrix:
7077
language: generic
7178
env:
7279
- MB_PYTHON_VERSION=3.5
80+
- os: osx
81+
language: generic
82+
env:
83+
- MB_PYTHON_VERSION=2.7
7384
allow_failures:
7485
- os: linux
7586
env:
@@ -85,6 +96,10 @@ matrix:
8596
env:
8697
- MB_PYTHON_VERSION=3.5
8798
- PLAT=i686
99+
- os: linux
100+
env:
101+
- MB_PYTHON_VERSION=2.7
102+
- PLAT=i686
88103

89104
before_install:
90105
# See:

0 commit comments

Comments
 (0)