travis: remove py2.6 add py3.7

This commit is contained in:
Rossen Georgiev 2019-06-02 11:24:47 +01:00
parent 94b89a6da4
commit 5a84e5fd0b
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,6 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
@ -10,6 +9,11 @@ python:
- "nightly"
- "pypy"
- "pypy3"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- make init
- pip install coveralls