From: funilrys Date: Sat, 1 Sep 2018 07:58:20 +0000 (+0200) Subject: Introduction of python 3.7 into the CI tests X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=39e829b716dd3cc75b3905eed1589a49ac9d0220;p=stevenblack-hosts.git Introduction of python 3.7 into the CI tests Signed-off-by: funilrys --- diff --git a/.travis.yml b/.travis.yml index f5e1112ff..5eae61412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ os: env: - PYTHON_VERSION="3.5" - PYTHON_VERSION="3.6" + - PYTHON_VERSION="3.7" before_install: - export PATH="$HOME/miniconda3/bin:$PATH"