Add Python 3.7 stable to test matrix and update classifiers

This commit is contained in:
Michael Käufl
2018-09-12 11:40:03 +02:00
committed by Dave Halter
parent 96f1582b6e
commit 3be8ac7786
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -6,14 +6,14 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
- pypy
matrix:
allow_failures:
- env: TOXENV=cov
include:
- { python: "3.7", dist: xenial, sudo: true }
- python: 3.5
env: TOXENV=cov
allow_failures:
- env: TOXENV=cov
install:
- pip install --quiet tox-travis
script: