From 1730560d2004d3c9fc0f5cc971b7c3ab02783dac Mon Sep 17 00:00:00 2001 From: Alexis M Date: Fri, 11 Oct 2019 20:51:07 +0200 Subject: Reconfigure tox and travis integration. --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8ef86fe..c18d65f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ +sudo: false language: python -script: tox -install: - - pip install tox-travis python: - "3.5" - "3.6" -matrix: - include: - - python: 3.7 - dist: xenial + - "3.7" +script: tox +install: + - pip install tox-travis -- cgit v1.1