diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-16 10:32:17 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-16 10:32:17 -0500 |
| commit | c30d4387af485202103c76b13c2741b5bd78b410 (patch) | |
| tree | 2a00dce3f8dc22c8449b0dfe464f888f574dd816 | |
| parent | 582d31e08ea15893f98deddfaa476cd294f1b5db (diff) | |
| download | python-setuptools-git-c30d4387af485202103c76b13c2741b5bd78b410.tar.gz | |
Bump script used for ez_setup.py
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0e648b38..16605597 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: - python bootstrap.py - python setup.py ptr --addopts='-rs' - - python ez_setup.py --version 10.2.1 + - python ez_setup.py --version 12.2 |
