diff options
author | kmvanbrunt <kmvanbrunt@gmail.com> | 2018-09-21 10:09:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-21 10:09:32 -0400 |
commit | ad510a64532a6b7855b0c494ed1a24a68bd7b24e (patch) | |
tree | 4a76899ce4095e54a6df3face436b6fb242cbee4 | |
parent | 0817978fcd67bc8e84369d163aff55c1a614b711 (diff) | |
parent | 89097505f50d295a3879b3be3eec45bcdb9d08eb (diff) | |
download | cmd2-git-ad510a64532a6b7855b0c494ed1a24a68bd7b24e.tar.gz |
Merge branch 'master' into typehints
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 30fdc8cf..63b73ecf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,9 @@ matrix: python: 3.6 env: TOXENV=py36 - os: linux - python: 3.7-dev + python: 3.7 + dist: xenial + sudo: true # Travis CI doesn't yet support official (non-development) Python 3.7 on container-based builds env: TOXENV=py37 - os: linux python: 3.5 |