summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-12-25 16:04:05 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2017-12-25 16:04:05 -0800
commit1656916a196a3d17a14c274660ea47b4e3ca825c (patch)
tree5d230275bd02b7ece5444acc338c4011926bef54 /.travis.yml
parent4f4216d14f5470b922bd269eede6582a72ee0687 (diff)
downloadscons-git-1656916a196a3d17a14c274660ea47b4e3ca825c.tar.gz
have travis/install.sh echo it's commands. Hopefully get PYVER env variable set
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 11 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a156448dc..7dad53349 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,16 +7,11 @@ install:
# python 3 is not fulling passing at this time
# so allow failure so the coverage stage can be reached with python 2
matrix:
- include:
- - python: 2.7
- env: PYVER=27
allow_failures:
- python: 3.5
- env: PYVER=35
- python: 3.6
- env: PYVER=36
- python: pypy
- env: PYVER=pypy
+
jobs:
include:
@@ -31,13 +26,23 @@ jobs:
before_script: skip
after_success: skip
python: 2.7
+ env: PYVER=27
+ sudo: required
- <<: *test_job
python: 3.5
+ env: PYVER=35
+ sudo: required
+
- <<: *test_job
python: 3.6
+ env: PYVER=36
+ sudo: required
+
- <<: *test_job
python: pypy
+ env: PYVER=pypy
+ sudo: required
- &coverage_jobs