diff options
author | cclauss <cclauss@bluewin.ch> | 2018-08-22 10:04:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 10:04:39 (GMT) |
commit | c25ff60873b0e2ec170afc988090605f9f1e6620 (patch) | |
tree | 4524e6e72e37a825b0306f46d9f5f28a3c4826ce | |
parent | 629d36ed43347f4dc572475921ae87e413c1f89b (diff) | |
download | SCons-c25ff60873b0e2ec170afc988090605f9f1e6620.zip SCons-c25ff60873b0e2ec170afc988090605f9f1e6620.tar.gz SCons-c25ff60873b0e2ec170afc988090605f9f1e6620.tar.bz2 |
Travis CI: Upgrade to Python 3.7 production release
Upgrade Python 3.7 from pre-release to production release in alignment with travis-ci/travis-ci#9069 @bdbaddog
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 58ca595..8894823 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,10 @@ jobs: sudo: required - <<: *test_job - python: 3.7-dev + python: 3.7 env: PYVER=37 sudo: required + dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069) - <<: *test_job python: pypy |