mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Switch Coveralls reporting Travis Job to run on Python 3.9.
This commit is contained in:
parent
4991c5d4b0
commit
0ab0239d47
|
@ -3,7 +3,7 @@ dist: xenial
|
||||||
language: python
|
language: python
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: 3.8
|
- python: 3.9
|
||||||
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
|
@ -14,6 +14,7 @@ Development version
|
||||||
importing ``queue.Queue``.
|
importing ``queue.Queue``.
|
||||||
See issue `#362 <https://github.com/ets-labs/python-dependency-injector/issues/362>`_.
|
See issue `#362 <https://github.com/ets-labs/python-dependency-injector/issues/362>`_.
|
||||||
Thanks `@ventaquil <https://github.com/ventaquil>`_ for the bug report.
|
Thanks `@ventaquil <https://github.com/ventaquil>`_ for the bug report.
|
||||||
|
- Switch Coveralls reporting Travis Job to run on Python 3.9.
|
||||||
|
|
||||||
4.10.0
|
4.10.0
|
||||||
------
|
------
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -18,7 +18,7 @@ commands=
|
||||||
|
|
||||||
[testenv:coveralls]
|
[testenv:coveralls]
|
||||||
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
|
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
|
||||||
basepython=python3.8
|
basepython=python3.9
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
deps=
|
deps=
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user