Mercurial > p > roundup > code
changeset 5932:df279b4e34a5
Run travis on 3.8 now that it's released.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Oct 2019 07:45:36 -0400 |
| parents | 1273f146ebf3 |
| children | 0bac8b9a0ecc |
| files | .travis.yml |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Oct 18 19:24:05 2019 -0400 +++ b/.travis.yml Sat Oct 19 07:45:36 2019 -0400 @@ -6,6 +6,7 @@ - 3.5 - 3.6 - 3.7 + - 3.8 # - nightly #I would like to build and test the maint-1.6 and trunk/default @@ -22,6 +23,7 @@ matrix: allow_failures: # nightly not ready for prime time yet. + - 3.8 - nightly sudo: false
