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
jobs:
include:
- python: 3.8
- python: 3.9
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
install:
- pip install tox

View File

@ -14,6 +14,7 @@ Development version
importing ``queue.Queue``.
See issue `#362 <https://github.com/ets-labs/python-dependency-injector/issues/362>`_.
Thanks `@ventaquil <https://github.com/ventaquil>`_ for the bug report.
- Switch Coveralls reporting Travis Job to run on Python 3.9.
4.10.0
------

View File

@ -18,7 +18,7 @@ commands=
[testenv:coveralls]
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE
basepython=python3.8
basepython=python3.9
usedevelop=True
deps=
{[testenv]deps}