diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0b685c1a..5f644e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ python: - pypy # command to run tests script: + # invoke bootstrap and override egg_info based on setup.py in checkout + - python bootstrap.py - python setup.py egg_info + - python setup.py ptr - python ez_setup.py --version 7.0 |