From 18bac2b1d6e13101273ef1ef6d487e5070342bbf Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 30 Jun 2020 17:31:01 -0400 Subject: [PATCH] Fix travis config warnings --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c623254..169d8496 100644 --- a/.travis.yml +++ b/.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