Mercurial > p > roundup > code
diff .travis.yml @ 6495:172b8b774d0d
Enable all python versions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 17:06:07 -0400 |
| parents | 51a6f0b1bfdd |
| children | 13d9c0833b55 |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 16:51:19 2021 -0400 +++ b/.travis.yml Mon Sep 06 17:06:07 2021 -0400 @@ -5,13 +5,13 @@ cache: pip python: -# - 2.7 + - 2.7 - 3.9-dev -# - 3.8 -# - 3.7 -# - 3.6 -# - 3.4 -# - nightly + - 3.8 + - 3.7 + - 3.6 + - 3.4 + - nightly #I would like to build and test the maint-1.6 and trunk/default
