mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 14:49:36 +00:00
added py35
This commit is contained in:
parent
a3ae54078b
commit
bacb2c0625
2 changed files with 2 additions and 2 deletions
2
.github/workflows/python-package.yaml
vendored
2
.github/workflows/python-package.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist=py27,py36,py37,py38,py39,pypy
|
||||
envlist=py27,py35,py36,py37,py38,py39,py310,pypy
|
||||
skipsdist=true
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue