Commit b4f8d2e40082d3d7ba952c1517fdd4354bdca094
1 parent
28b6155e
Travis-CI: added Python 3.8, removed 3.4 and nightly
Showing
1 changed file
with
1 additions
and
6 deletions
.travis.yml
| ... | ... | @@ -5,15 +5,10 @@ sudo: false |
| 5 | 5 | matrix: |
| 6 | 6 | include: |
| 7 | 7 | - python: 2.7 |
| 8 | - - python: 3.4 | |
| 9 | 8 | - python: 3.5 |
| 10 | 9 | - python: 3.6 |
| 11 | 10 | - python: 3.7 |
| 12 | - dist: xenial | |
| 13 | - sudo: yes | |
| 14 | - - python: nightly | |
| 15 | - dist: xenial | |
| 16 | - sudo: yes | |
| 11 | + - python: 3.8 | |
| 17 | 12 | - python: pypy |
| 18 | 13 | - python: pypy3 |
| 19 | 14 | ... | ... |