diff options
| author | Marius Gedminas <marius@gedmin.as> | 2019-11-11 17:29:51 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2019-11-11 17:29:51 +0200 |
| commit | 563c7b9dc61a3eed97ebfeb86c02830d6746b665 (patch) | |
| tree | a35451369d1aa80a329e818dd50636ebd36dd36d | |
| parent | 4c7101e40efd196d927241a302ce88702b1df530 (diff) | |
| download | zope-interface-563c7b9dc61a3eed97ebfeb86c02830d6746b665.tar.gz | |
Really really install twine, ignoring any old system packages
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 396119c..838b662 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ after_success: # upload to fail, so we use the system Python to run twine /usr/bin/python -m ensurepip --user /usr/bin/python -m pip install --user -U pip - /usr/bin/python -m pip install --user -U twine + /usr/bin/python -m pip install --user -U -I twine /usr/bin/python -m twine check dist/* if [[ $TRAVIS_TAG ]]; then /usr/bin/python -m twine upload --skip-existing dist/* |
