From 8dc7f310fde89ce5def8bff5cb89fb7a4e8887b5 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 24 Sep 2019 00:53:37 +0300 Subject: [PATCH] Use tox-travis to simplify configuration --- .travis.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d87ac3e..f450cd73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,12 @@ language: python -matrix: - include: - - python: 2.7 - env: TOXENV=py27 - - python: 3.5 - env: TOXENV=py35 - - python: 3.6 - env: TOXENV=py36 +python: + - "2.7" + - "3.5" + - "3.6" -install: pip install tox +install: pip install tox-travis script: tox