Mercurial > p > roundup > code
comparison .travis.yml @ 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 | bc81dbecab0f |
| children | f18f12d6ce9a |
comparison
equal
deleted
inserted
replaced
| 5931:1273f146ebf3 | 5932:df279b4e34a5 |
|---|---|
| 4 - 2.7 | 4 - 2.7 |
| 5 - 3.4 | 5 - 3.4 |
| 6 - 3.5 | 6 - 3.5 |
| 7 - 3.6 | 7 - 3.6 |
| 8 - 3.7 | 8 - 3.7 |
| 9 - 3.8 | |
| 9 # - nightly | 10 # - nightly |
| 10 | 11 |
| 11 #I would like to build and test the maint-1.6 and trunk/default | 12 #I would like to build and test the maint-1.6 and trunk/default |
| 12 #but we need different environments for these: | 13 #but we need different environments for these: |
| 13 # maint-1.6 only python 2, install only psycopg2 version with support for | 14 # maint-1.6 only python 2, install only psycopg2 version with support for |
| 20 dist: | 21 dist: |
| 21 - xenial | 22 - xenial |
| 22 | 23 |
| 23 matrix: | 24 matrix: |
| 24 allow_failures: # nightly not ready for prime time yet. | 25 allow_failures: # nightly not ready for prime time yet. |
| 26 - 3.8 | |
| 25 - nightly | 27 - nightly |
| 26 | 28 |
| 27 sudo: false | 29 sudo: false |
| 28 | 30 |
| 29 addons: | 31 addons: |
