Switch Coveralls reporting Travis Job to run on Python 3.9.

This commit is contained in:
Roman Mogylatov 2021-01-18 20:53:37 -05:00
parent 4991c5d4b0
commit 0ab0239d47
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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
------ ------

View File

@ -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}