Reduce tests to 3.9

This commit is contained in:
Terry Howe 2021-11-25 09:24:35 -07:00
parent eec9f98a3b
commit d81cf98b8d
2 changed files with 2 additions and 9 deletions

View File

@ -31,10 +31,6 @@ jobs:
strategy:
matrix:
python-version:
- 2.7
- 3.6
- 3.7
- 3.8
- 3.9
steps:

View File

@ -1,17 +1,14 @@
[tox]
envlist = pep8,py27,py36,py37,py38,py39
envlist = pep8,py39
[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
3.9: py39
[testenv]
install_command = pip install {opts} {packages}
setenv =
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
VIRTUAL_ENV={envdir}
whitelist_externals = bash
commands = bash -ex {toxinidir}/functional/run.sh