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 runs-on: ubuntu-latest
strategy: strategy:
matrix: 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist= 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] [testenv]
deps= deps=
@ -31,7 +31,7 @@ commands=
coverage report --rcfile=./.coveragerc coverage report --rcfile=./.coveragerc
coveralls coveralls
[testenv:py27] [testenv:py2.7]
deps= deps=
unittest2 unittest2
extras= extras=