diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-22 05:39:13 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-22 05:39:13 -0700 |
| commit | e259f1e5131bcafd3a1a88ac604e45330d61e382 (patch) | |
| tree | 20c9cdff9add6dc6346d0a45c7375b95d18e43fd /.travis.yml | |
| parent | f1cea823ada61213be36007b888534558e215f86 (diff) | |
| download | pyramid-e259f1e5131bcafd3a1a88ac604e45330d61e382.tar.gz pyramid-e259f1e5131bcafd3a1a88ac604e45330d61e382.tar.bz2 pyramid-e259f1e5131bcafd3a1a88ac604e45330d61e382.zip | |
Add support for Python 3.7 and 3.8 with allowed failure of 3.8
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9884c3d19..30e7e5b79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,14 @@ matrix: env: TOXENV=docs - python: 3.5 env: TOXENV=lint - - python: nightly + - python: 3.7 env: TOXENV=py37 + dist: xenial + sudo: true + - python: nightly + env: TOXENV=py38 allow_failures: - - env: TOXENV=py37 + - env: TOXENV=py38 install: - travis_retry pip install tox |
