Commit b4f8d2e40082d3d7ba952c1517fdd4354bdca094

Authored by decalage2
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,15 +5,10 @@ sudo: false
5 matrix: 5 matrix:
6 include: 6 include:
7 - python: 2.7 7 - python: 2.7
8 - - python: 3.4  
9 - python: 3.5 8 - python: 3.5
10 - python: 3.6 9 - python: 3.6
11 - python: 3.7 10 - python: 3.7
12 - dist: xenial  
13 - sudo: yes  
14 - - python: nightly  
15 - dist: xenial  
16 - sudo: yes 11 + - python: 3.8
17 - python: pypy 12 - python: pypy
18 - python: pypy3 13 - python: pypy3
19 14