Skip to content

Commit

Permalink
conditionals on py version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed Jul 20, 2015
1 parent db7709e commit ab47466
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 @@ -31,7 +31,7 @@ deploy:
on:
tags: true
repo: a-tal/fallingsky
condition: $TOXENV = py34
condition: $TRAVIS_PYTHON_VERSION = "3.4"

- provider: releases
api_key:
Expand All @@ -41,7 +41,7 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: $TOXENV = py34
condition: $TRAVIS_PYTHON_VERSION = "3.4"

notifications:
irc:
Expand Down

0 comments on commit ab47466

Please sign in to comment.