Skip to content

Commit e2155b4

Browse files
committed
added python 3.10 tests to tox
1 parent ab09c55 commit e2155b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 10
11+
timeout-minutes: 2
1212
strategy:
1313
matrix:
14-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
14+
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
1515

1616
steps:
1717
- uses: actions/checkout@v2

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35, py36, py37, py38, py39, pypy, flake8, docs
2+
envlist = py27, py35, py36, py37, py38, py39, py310, pypy, flake8, docs
33
skip_missing_interpreters = True
44

55
[testenv]
@@ -10,6 +10,7 @@ basepython =
1010
py37: python3.7
1111
py38: python3.8
1212
py39: python3.9
13+
py310: python3.10
1314
pypy: pypy
1415

1516
setenv = PY_IGNORE_IMPORTMISMATCH=1

0 commit comments

Comments
 (0)