Add Python 2.7 job

This commit is contained in:
Roman Mogylatov 2021-01-25 17:35:41 -05:00
parent 3ae7bf438a
commit e95d1040a1
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2

View File

@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pydocstyle, py27, py3.4, py3.5, py3.6, py3.7, py3.8, py3.9, pypy, pypy3
coveralls, pylint, flake8, pydocstyle, py2.7, py3.4, py3.5, py3.6, py3.7, py3.8, py3.9, pypy, pypy3
[testenv]
deps=
@ -31,7 +31,7 @@ commands=
coverage report --rcfile=./.coveragerc
coveralls
[testenv:py27]
[testenv:py2.7]
deps=
unittest2
extras=