diff options
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 |
