From ed951b107265866e28ac28fb5b5925f3769c4b62 Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Mon, 18 Jun 2018 14:27:43 +0200 Subject: [PATCH] MAINT 3.6 python on travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d9fc9879..80002c20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ language: python + +env: + - PYTHON_VERSION=2.7 + - PYTHON_VERSION=3.6 + before_install: - wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh