Added py38

This commit is contained in:
Kevin Fronczak
2018-10-16 15:41:12 -04:00
parent c5b84ac357
commit d9b996ab02
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -4,7 +4,7 @@ matrix:
include:
- python: "3.6"
env: TOXENV=lint
- python: "3.5"
- python: "3.5.3"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
@@ -13,6 +13,10 @@ matrix:
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
if: branch = dev AND type = push
install: pip install -U tox coveralls
language: python
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = build, py34, py35, py36, py37, lint
envlist = build, py35, py36, py37, py38, lint
skip_missing_interpreters = True
skipsdist = True