Skip to content

Commit 9bd575a

Browse files
committed
Fix .travis.yml to only publish builds on the 2.7 build
1 parent 17c5cbc commit 9bd575a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ deploy:
1919
user: aether
2020
password:
2121
secure: Z88A/qARvvwFdogCnwiybg9g8+FTiJmTKh4rkfoOkFJP02dirWC3lDf8ZEUGo8Uk9QgO+M9BhcJR6vy7STGHYuVF+xC3lz9nuIQj39JkGfHOdy2aUOwiNQLES6jVGEzhJdDv4mJ5Wg481m0ZFGFxzjnAkpVBR2wxCyN80hcOXPc=
22-
python: 2.7
22+
distributions: "sdist bdist_wheel"
2323
on:
24+
python: 2.7
2425
tags: true
25-
distributions: sdist bdist_wheel
2626
repo: CellProfiler/python-bioformats
2727
skip_cleanup: true

0 commit comments

Comments
 (0)