diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 23:02:26 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 23:02:26 -0400 |
commit | 1eec02038d28506a42bc45d14ef2d54b136cc8bc (patch) | |
tree | 5b711dbee78a4bc941057596b325f8eb2ae9bccf | |
parent | 9f001330499f93bc847fce9281abb9425491d538 (diff) | |
download | external_python_setuptools-1eec02038d28506a42bc45d14ef2d54b136cc8bc.tar.gz external_python_setuptools-1eec02038d28506a42bc45d14ef2d54b136cc8bc.tar.bz2 external_python_setuptools-1eec02038d28506a42bc45d14ef2d54b136cc8bc.zip |
Invoke bootstrap prior to cutting release. Fixes #1084.v36.2.0
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 08834232..cbf49da6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ jobs: python: *latest_py3 install: skip script: skip + before_deploy: python bootstrap.py deploy: provider: pypi on: |