mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Add python 3.7 support
This commit is contained in:
parent
4cdc5bce56
commit
d90b794568
|
@ -27,6 +27,10 @@ matrix:
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
|
- python: 3.7
|
||||||
|
env: TOXENV=py37
|
||||||
|
sudo: required
|
||||||
|
dist: xenial
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user