From 4c4e61070076fce32042a3ff0e697203f325b985 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 23 Oct 2019 11:23:26 +0300 Subject: [PATCH] Added Python 3.8 to the build matrix. --- .travis.yml | 3 +++ tox.ini | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7171168..d1d8496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,6 @@ matrix: - python: 3.7 dist: xenial sudo: true + - python: 3.8 + dist: xenial + sudo: true diff --git a/tox.ini b/tox.ini index 37597f8..117b7e4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,py32,py33,py34,py35,py36,py37,pypy,pypy3 +envlist=py26,py27,py32,py33,py34,py35,py36,py37,py38,pypy,pypy3 [testenv] deps=