Mercurial > p > roundup > code
diff .travis.yml @ 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 | 661425b76930 |
| children | 1b57d8f3eb97 |
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
