diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 16:27:09 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 16:27:09 -0400 |
| commit | e7d3147949379b607ff1168feb5962836f637ede (patch) | |
| tree | dfe70d500032e3159f46258f0ba04bb8c2a07f4d | |
| parent | 767651439daaec3cc1092d915248c2e179a85e38 (diff) | |
| download | external_python_setuptools-e7d3147949379b607ff1168feb5962836f637ede.tar.gz external_python_setuptools-e7d3147949379b607ff1168feb5962836f637ede.tar.bz2 external_python_setuptools-e7d3147949379b607ff1168feb5962836f637ede.zip | |
Don't test the bootstrap script. It fails when deploys are happening, which is common when releases are being made.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 26f53311..2611f02a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,6 @@ script: - python setup.py test --addopts='-rs' - # test the bootstrap script - - python ez_setup.py before_deploy: - export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1 deploy: |
