From 470f10a435e0d9390f3e68f542894921d5847784 Mon Sep 17 00:00:00 2001 From: Jaime RGP Date: Tue, 22 Jan 2019 19:55:08 +0100 Subject: [PATCH] ci: use python 3.7 --- .appveyor.yml | 6 +++--- .travis.yml | 1 + construct.yaml | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6e39cbf..ccd6ffa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,10 +3,10 @@ environment: BINSTAR_TOKEN: secure: zW96v77uhbDdArc0805i/CDIvVpZvqCJyJ+WgSE1b65nPLO0nGUwmZ9qshUICIba matrix: - - PYTHON: "C:\\Python36_64" - PYTHON_VERSION: "3.6" + - PYTHON: "C:\\Python37_64" + PYTHON_VERSION: "3.7" PYTHON_ARCH: "64" - CONDA_PY: "36" + CONDA_PY: "37" matrix: fast_finish: true diff --git a/.travis.yml b/.travis.yml index 1cf3fa9..a52c3ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ env: matrix: - MYCONDAPY=2.7 - MYCONDAPY=3.6 + - MYCONDAPY=3.7 #### # EVERYTHING BELOW THIS LINE WILL BE COPIED INTO OTHER YMLs diff --git a/construct.yaml b/construct.yaml index 4a40bb1..6a52e16 100644 --- a/construct.yaml +++ b/construct.yaml @@ -1,6 +1,8 @@ {% if PY_VERSION[0] == '2' %} {% set NAME = 'esigen_pymol' %} +{% set THISPYVERSION = '2.7' %} {% else %} +{% set THISPYVERSION = '3.7' %} {% set NAME = 'esigen' %} {% endif %} name: {{ NAME }} @@ -26,7 +28,7 @@ channels: {% endif %} specs: - - python {{ PY_VERSION}}* + - python {{ THISPYVERSION }}* - nomkl [unix] - esigen