Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/conda-build-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down