Add python 3.8 support

This commit is contained in:
Rémi Alvergnat
2019-08-13 18:39:43 +02:00
parent 1dc0a20791
commit 950ca79a01
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -11,6 +11,9 @@ matrix:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8-dev
dist: xenial
sudo: true
install:
- pip install pip --upgrade
- pip install -e .[dev,test] --upgrade
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py37,pypy2,pypy
envlist = py27,py34,py35,py36,py37,py38,pypy2,pypy
[testenv]
commands =