mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-30 19:24:31 +03:00
Add default os and dist to travis config
This commit is contained in:
parent
dfe61826b0
commit
f84daf6467
|
@ -1,3 +1,7 @@
|
|||
os:
|
||||
- linux
|
||||
dist:
|
||||
- xenial
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
|
@ -28,10 +32,8 @@ jobs:
|
|||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
dist: xenial
|
||||
- python: 3.8
|
||||
env: TOXENV=py38
|
||||
dist: xenial
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- python: pypy3
|
||||
|
|
Loading…
Reference in New Issue
Block a user