From 9bd575a2f0ca07e7c99d096da67261046d9ec197 Mon Sep 17 00:00:00 2001 From: Matthew Bowden Date: Sat, 29 Sep 2018 22:20:04 -0700 Subject: [PATCH] Fix .travis.yml to only publish builds on the 2.7 build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f18b02..605c49e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ deploy: user: aether password: secure: Z88A/qARvvwFdogCnwiybg9g8+FTiJmTKh4rkfoOkFJP02dirWC3lDf8ZEUGo8Uk9QgO+M9BhcJR6vy7STGHYuVF+xC3lz9nuIQj39JkGfHOdy2aUOwiNQLES6jVGEzhJdDv4mJ5Wg481m0ZFGFxzjnAkpVBR2wxCyN80hcOXPc= - python: 2.7 + distributions: "sdist bdist_wheel" on: + python: 2.7 tags: true - distributions: sdist bdist_wheel repo: CellProfiler/python-bioformats skip_cleanup: true