From 8bb9769a8b0cb535a70e5830d59217dc9228250e Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 22:54:42 +0200 Subject: [PATCH] test --- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a40f59f..78aa979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,15 +4,19 @@ jobs: - os: linux dist: xenial language: python - python: - - "3.6" - - "2.7" + python: 2.7 + - os: linux + dist: xenial + language: python + python: 3.6 - os: linux dist: bionic language: python - python: - - "3.6" - - "2.7" + python: 2.7 + - os: linux + dist: bionic + language: python + python: 3.6