diff --git a/.travis.yml b/.travis.yml index 30fb7a5b1..3284e6080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - '3.5' - '3.6' - '3.7' +- '3.8' install: - pip install -r requirements.txt diff --git a/tox.ini b/tox.ini index f4141a5af..42bc410a1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] # platform specification support is available since version 2.0 minversion = 2.0 -envlist = py{27,35,36}-{linux,win32} +envlist = py{27,35,36,37,38}-{linux,win32} [testenv] # See https://docs.python.org/2/library/sys.html#sys.platform for platform codes