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:
|
os:
|
||||||
- linux
|
linux
|
||||||
dist:
|
dist:
|
||||||
- xenial
|
xenial
|
||||||
install:
|
|
||||||
- pip install tox
|
|
||||||
script:
|
|
||||||
- tox
|
|
||||||
language:
|
language:
|
||||||
- python
|
python
|
||||||
|
install:
|
||||||
|
- pip install tox
|
||||||
|
script:
|
||||||
|
- tox
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
|
|
Loading…
Reference in New Issue
Block a user