added py35

This commit is contained in:
Bastian Venthur 2021-06-23 10:45:53 +02:00
parent a3ae54078b
commit bacb2c0625
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2

View File

@ -1,5 +1,5 @@
[tox]
envlist=py27,py36,py37,py38,py39,pypy
envlist=py27,py35,py36,py37,py38,py39,py310,pypy
skipsdist=true
[testenv]