Merge pull request #98 from fronzbot/update-travis

Added py38 to tox and travis
This commit is contained in:
Kevin Fronczak
2018-10-16 16:19:11 -04:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+4 -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,9 @@ matrix:
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
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