Skip to content

Commit

Permalink
Install twine only on Python >= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Apr 3, 2020
1 parent de2eb1f commit 69057cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/userconfig/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ envs:
- pip-autoremove
- virtualenv
- virtualenvwrapper
- twine
- httpie
- bumplus
- qrcode
Expand All @@ -43,6 +42,8 @@ envs:
match: '^(3\.6\.|3\.7\.|3\.8\.)'
- package: pyls-black
match: '^(3\.6\.|3\.7\.|3\.8\.)'
- package: twine
match: '^(3\.6\.|3\.7\.|3\.8\.)'
packages3:
- thefuck
# thefuck drops Python 2 support. Install it only in Python 3.
Expand Down

0 comments on commit 69057cc

Please sign in to comment.