Fix travis config warnings

This commit is contained in:
Roman Mogylatov 2020-06-30 17:31:01 -04:00
parent f84daf6467
commit 18bac2b1d6

View File

@ -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