Added py38
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user