From 3ef7c32237fa1dd4d480c27645149a788a045d74 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sun, 17 May 2020 22:51:59 +0200 Subject: [PATCH] test --- .travis.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a70412..a40f59f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,21 @@ + jobs: include: - os: linux dist: xenial + language: python + python: + - "3.6" + - "2.7" - os: linux dist: bionic - -language: python + language: python + python: + - "3.6" + - "2.7" + -python: - - "3.6" - - "2.7" before_install: - sudo apt-get update