Skip to content

Commit

Permalink
Fix .travis.yml to only publish builds on the 2.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Sep 30, 2018
1 parent 17c5cbc commit 9bd575a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9bd575a

Please sign in to comment.