diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 17:45:02 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 17:45:02 -0500 |
| commit | fef7cd3c41b12404da3790775474a5fef9a93fbb (patch) | |
| tree | 0535037766669c37a4d7d4b39d35c267dc095e0e /.travis.yml | |
| parent | 654c26f78a3031c34b81f338d3b6d1a3a87c34da (diff) | |
| download | python-setuptools-git-fef7cd3c41b12404da3790775474a5fef9a93fbb.tar.gz | |
Should be sufficient to invoke ./bootstrap.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 004a97eb..3650e6b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,8 @@ python: - pypy # command to run tests script: - # invoke bootstrap and override egg_info based on setup.py in checkout + # update egg_info based on setup.py in checkout - python bootstrap.py - - python setup.py egg_info - python setup.py ptr --addopts='-rs' - python ez_setup.py --version 7.0 |
