Codebase list python-procrunner / daab0a2
run tests on Python 3.9 Markus Gerstel 3 years ago
2 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
33
44 matrix:
55 include:
6 - python: 3.9-dev
7 dist: bionic
8 env: OPTIONAL=1
9 # - python: 3.9
10 # dist: bionic
11 # env: OPTIONAL=1
612 - python: 3.8
7 dist: xenial
8 sudo: true
913 - python: 3.7
10 dist: xenial
11 sudo: true
1214 - python: 3.6
1315 - python: 3.5
1416 - python: pypy
00 [tox]
1 envlist = py35, py36, py37, py38, flake8
1 envlist = py35, py36, py37, py38, py39, flake8
22
33 [travis]
44 python =
5 3.9: py39
56 3.8: py38
67 3.7: py37
78 3.6: py36