diff options
| author | Seth Michael Larson <sethmichaellarson@gmail.com> | 2020-08-14 15:57:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-14 15:57:09 -0500 |
| commit | 4a3dc931a7b19ebb73ab07f0edafaa5adad8449c (patch) | |
| tree | 4f6a67be48c2011de62f41bb29420f022dae7b93 | |
| parent | cbb6be7a764d0f93b02d014fcdf3a46eb2f619ce (diff) | |
| download | urllib3-travis-python-nightly.tar.gz | |
Allow Python nightly build to fail on Travistravis-python-nightly
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e3df505c..8d362fde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ env: # PYPI_PASSWORD is set in Travis control panel. jobs: + allow_failures: + - python: nightly include: # Lint & documentation. - python: 3.6 |
