From e853e9b5fa00fdaec9ce45a0692df1b7e2281c7b Mon Sep 17 00:00:00 2001 From: ej550 Date: Thu, 5 Dec 2019 17:49:12 +0000 Subject: [PATCH] Correct python version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54690c8..e8eb57f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python python: -- "3.6" +- "3.7" env: matrix: - DISTRIB="conda" COVERAGE="true"