diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-15 21:37:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-15 21:37:14 -0500 |
| commit | 2fa748c3eb25908ff3fe6e3e256638562c614aed (patch) | |
| tree | 29f0f3baae89da82fe77e9d6cd5cd46ecff73654 | |
| parent | 7217bff3e01372a98ec19ad29079a8c1680b9500 (diff) | |
| download | python-setuptools-git-2fa748c3eb25908ff3fe6e3e256638562c614aed.tar.gz | |
No longer need to specify a version in the test run.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0bfb11bb..54d9c395 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,6 @@ script: - python bootstrap.py - python setup.py test --addopts='-rs' - - python ez_setup.py --version 18.6.1 + + # test the bootstrap script + - python ez_setup.py |
