summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-12-18 23:09:25 -0500
committerDaniel Moody <dmoody256@gmail.com>2017-12-18 23:09:25 -0500
commit559d37f76a85b42ba757a6e39a7d2b3ade514c8b (patch)
treee1c392bfaf1e800d037ef95203931cd66c45d005 /.travis.yml
parent40f9ed571d45b7f5bc19e5ab3f4331bfea2626af (diff)
downloadscons-git-559d37f76a85b42ba757a6e39a7d2b3ade514c8b.tar.gz
added extra jobs for different python versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b304c3bfb..9103334ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,13 @@ jobs:
- python runtest.py -a --exclude-list exclude_jobtest || if [[ $? == 2 ]]; then true; else false; fi
before_script: skip
after_success: skip
+ python: 2.7
+
+ - <<: *test_job
+ python: 3.5
+ - <<: *test_job
+ python: 3.6
+
- &coverage_jobs
stage: Coverage