From 2b3f2116414924d5d868e90ac26d8e502f23bccd Mon Sep 17 00:00:00 2001
From: Juhani Numminen <juhaninumminen0@gmail.com>
Date: Sun, 28 Jul 2019 17:20:05 +0300
Subject: [PATCH] travis: Change language from python to generic

Travis's python virtualenv setup does not help too much in our case
because we use both python2 and python3 while travis will setup the
virtualenv for only one at a time.
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7dd6bf9a..79efaa5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,8 +29,7 @@ install:
     - "sudo `which python2` -m pip install --upgrade $PY_MODS"
     - which python
     - which python2
-language: python
-python: "3.6"
+language: generic
 matrix:
     include:
         - os: linux
@@ -48,7 +47,6 @@ matrix:
                 python3-setuptools
                 python3-tk
         - os: osx
-          language: generic
 script:
     - export TIDYALL_DATA_DIR="$HOME/tidyall_d"
     - bash -x scripts/travis-ci-build