Mercurial > p > roundup > code
diff .travis.yml @ 6271:35b65e3f337b
drop 3.5 as it is least used per https://pypistats.org/packages/__all__; keep 3.4 to guard against regression as it is earliest 3.x release supported. Add 3.9 now that it is GR. add nightly,
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 16 Oct 2020 17:19:43 -0400 |
| parents | 10d7700ff6ad |
| children | 18c7bddd93fe |
line wrap: on
line diff
--- a/.travis.yml Tue Sep 29 17:12:20 2020 -0400 +++ b/.travis.yml Fri Oct 16 17:19:43 2020 -0400 @@ -7,11 +7,11 @@ python: - 2.7 - 3.4 - - 3.5 - 3.6 - 3.7 - 3.8 -# - nightly + - 3.9 + - nightly #I would like to build and test the maint-1.6 and trunk/default #but we need different environments for these:
