Mercurial > p > roundup > code
changeset 5816:75296ce63f25
Document what I would like for testing maint-1.6 release. Don't know
how to do it but document requirements at least.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 15 Jun 2019 20:18:35 -0400 |
| parents | fe35a232c6dc |
| children | aa3fb36ea1f3 e7b30ab60941 |
| files | .travis.yml |
| diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Jun 14 21:47:22 2019 -0400 +++ b/.travis.yml Sat Jun 15 20:18:35 2019 -0400 @@ -7,6 +7,15 @@ - 3.6 - 3.7 +#I would like to build and test the maint-1.6 and trunk/default +#but we need different environments for these: +# maint-1.6 only python 2, install only psycopg2 version with support for +# psycopg1 +branches: +# only: +# - default +# - maint-1.6 + dist: - xenial
