Test on Python 3.8 beta

This commit is contained in:
Hugo
2019-09-23 17:18:10 +03:00
committed by Nate Prewitt
parent 0178903841
commit 6e05165a29
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@ jobs:
python: '3.6'
- stage: test
python: '3.7'
- stage: test
python: '3.8-dev'
- stage: coverage
python: '3.6'
script: codecov
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37
envlist = py27,py35,py36,py37,py38
[testenv]