diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-08-08 05:00:48 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-08-08 05:00:48 (GMT) |
commit | ab762bc68d5f4bf06e696897291c8c76ea006ae2 (patch) | |
tree | 0b532eedcfdba5a505dd9ed4b03541539d363450 /.travis.yml | |
parent | 9e661c63707129cd94aa5c7b9ef5268a7a7a1b09 (diff) | |
download | SCons-ab762bc68d5f4bf06e696897291c8c76ea006ae2.zip SCons-ab762bc68d5f4bf06e696897291c8c76ea006ae2.tar.gz SCons-ab762bc68d5f4bf06e696897291c8c76ea006ae2.tar.bz2 |
Add python 3.7 to travis builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a1f58b0..31fd324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,11 @@ jobs: sudo: required - <<: *test_job + python: 3.7 + env: PYVER=37 + sudo: required + + - <<: *test_job python: pypy env: PYVER=pypy sudo: required |