mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-05 06:03:07 +03:00
Add travis job for Python 3.9
This commit is contained in:
parent
e615b9c48c
commit
eadea64e0f
|
@ -50,6 +50,10 @@ jobs:
|
||||||
env: TOXENV=py38
|
env: TOXENV=py38
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
|
- python: 3.9
|
||||||
|
env: TOXENV=py39
|
||||||
|
install: pip install tox
|
||||||
|
script: tox
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user