From 6e42d93a9e6636b2028235e6d63b90a52137e4b3 Mon Sep 17 00:00:00 2001 From: Justin Fear Date: Wed, 2 Oct 2019 14:18:18 -0400 Subject: [PATCH] Adds python 3.7 for build list. --- ci/conda-build-and-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/conda-build-and-upload.sh b/ci/conda-build-and-upload.sh index d9a16c6..c69638b 100755 --- a/ci/conda-build-and-upload.sh +++ b/ci/conda-build-and-upload.sh @@ -10,7 +10,7 @@ fi # Build packages for all supported versions of Python. If we're on the master # branch and on Travis-CI, then also upload the built package. -for PY in 35 36; do +for PY in 35 36 37; do CONDA_PY=$PY conda build conda-recipe if [[ $TRAVIS_BRANCH = "master" && $TRAVIS_PULL_REQUEST = "false" ]]; then anaconda \