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