From e7d3147949379b607ff1168feb5962836f637ede Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 29 Mar 2016 16:27:09 -0400 Subject: Don't test the bootstrap script. It fails when deploys are happening, which is common when releases are being made. --- .travis.yml | 2 -- 1 file changed, 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: -- cgit v1.2.3