Skip to content

Commit

Permalink
Fixing conditional deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Feb 23, 2018
1 parent 5c8f3da commit b675c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deploy:
secure: XW4/9HiChbPJSJe4d/MRcO+ViPGhW1iQ8kVi814KJh7mCxOAKijpW5hfdc9oSKB6d8iYB3OzZ7naIUU9GMce40bpeTgPDLVBLCSYKRNLuVoJdh+Q6ItGUiFf8kAJz5jgopG80QnCpLA9JvYxKVJ4amfYWWm204eQmIEnRRAd+Jk=
on:
tags: true
condition: $DJANGO='>=2.0,<2.1'
condition: $DJANGO = '>=2.0,<2.1'
python: 3.6
repo: etianen/django-reversion
distributions: sdist bdist_wheel
Expand Down

0 comments on commit b675c05

Please sign in to comment.