Mercurial > p > roundup > code
diff .travis.yml @ 5779:455d68ccbad9
Another try still only running 2.7.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Jun 2019 21:21:58 -0400 |
| parents | 3816a68d7d69 |
| children | 307a051e314e |
line wrap: on
line diff
--- a/.travis.yml Sun Jun 09 21:05:18 2019 -0400 +++ b/.travis.yml Sun Jun 09 21:21:58 2019 -0400 @@ -2,14 +2,16 @@ matrix: include: - - python: - - 2.7 - - 3.4 - - 3.5 - - 3.6 + - "Python <= 3.6" + python: + - "2.7" + - "3.4" + - "3.5" + - "3.6" allow_failures: - name: "Python >3.6" - python: 3.7 + python: + - "3.7" dist: xenial sudo: false
