mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 13:04:02 +03:00
Add Python 2.7 job
This commit is contained in:
parent
3ae7bf438a
commit
e95d1040a1
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -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=
|
||||
|
|
Loading…
Reference in New Issue
Block a user