diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-25 20:00:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-25 20:00:55 -0500 |
| commit | 3bc1dafb0e22f3c694c63cc1159648cee720e638 (patch) | |
| tree | 102ff2b89dcfbe43875fef6e53b2e6e51c6c595e | |
| parent | 818529ec6c3123df45102ec70861d11d1f12ab1a (diff) | |
| download | python-setuptools-git-3bc1dafb0e22f3c694c63cc1159648cee720e638.tar.gz | |
Test bootstrap against 7.0 release.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7d26aeae..0b685c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ python: script: - python setup.py egg_info - python setup.py ptr - - python ez_setup.py --version 5.4.1 + - python ez_setup.py --version 7.0 |
