mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Fix travis config warnings
This commit is contained in:
parent
f84daf6467
commit
18bac2b1d6
14
.travis.yml
14
.travis.yml
|
@ -1,13 +1,13 @@
|
|||
os:
|
||||
- linux
|
||||
linux
|
||||
dist:
|
||||
- xenial
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
xenial
|
||||
language:
|
||||
- python
|
||||
python
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user