From 31f41e9a4130b1db65dcdb06ea6170959e52d03d Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 19 Mar 2018 15:23:25 +0200 Subject: [PATCH] travis fix #3 - language python --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 770ce4b9..8d3c5b21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ install: - "sudo /usr/bin/python3 -m pip install --upgrade $PY_MODS" - "`which python` -m pip install --upgrade --user $PY_MODS" - which python +language: python python: - "3.6" script: "sh -x scripts/travis-ci-build"