summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-11-11 22:25:31 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-11-11 22:25:31 +0100
commit3c5abf0899afaab84421178275c53bd9ed0dac9f (patch)
tree5bb9868bdcf4ece09b01b973670309ae1fb5f502
parent500b80bcf7deb77ceeaa9165fa538e0f7ad134c8 (diff)
downloadpsutil-travis-experiments.tar.gz
try to change osx conftravis-experiments
-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: