summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-21 00:13:00 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-21 00:13:00 -0400
commit2dd3d8c6c943528b667554e1a9bec48499ba7892 (patch)
tree836dd2b5c9185cff77d5178cf2d1854812092abf /.travis.yml
parent5e98439a7f8462108dc646f3402d346d74fd017f (diff)
downloadcmd2-git-2dd3d8c6c943528b667554e1a9bec48499ba7892.tar.gz
Trying to force a VM-based build for Python 3.7 on Travis CI instead of a container-based build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b2aeda0c..63b73ecf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ matrix:
- os: linux
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