summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 13 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 10ddd73d..876c8f5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,18 +4,20 @@ cache: pip
matrix:
include:
# Linux
- - python: 2.6
- - python: 2.7
- - python: 3.4
- - python: 3.5
- - python: 3.6
+ # - python: 2.6
+ # - python: 2.7
+ # - python: 3.4
+ # - python: 3.5
+ # - python: 3.6
# OSX
- - language: generic
- os: osx
- env: PYVER=py27
- - language: generic
- os: osx
- env: PYVER=py36
+ - os: osx
+ language: generic
+ env:
+ - MB_PYTHON_VERSION=2.7
+ - os: osx
+ language: generic
+ env:
+ - MB_PYTHON_VERSION=3.6
install:
- ./.ci/travis/install.sh
script: