Skip to content

Commit

Permalink
Merge pull request #100 from cta-observatory/fix_travis
Browse files Browse the repository at this point in the history
Fix deploy condition in travis yml
  • Loading branch information
vuillaut committed Oct 7, 2020
2 parents 0c077bb + 6b5e83f commit 70be7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -62,4 +62,4 @@ deploy:
on:
tags: true
branch: master
condition: $TRAVIS_PYTHON_VERSION = "3.7"
condition: $PYTHON_VERSION = "3.7"

0 comments on commit 70be7be

Please sign in to comment.