diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-15 10:06:46 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-04-15 10:06:46 -0500 |
| commit | 862da01619666f94a56724180a31753bf98fd29d (patch) | |
| tree | 66e3c964875de51e5bff5bf8b520a64e7aa3afca | |
| parent | 9869424e3e74a41e39563e9b4b507c760660673c (diff) | |
| download | external_python_setuptools-862da01619666f94a56724180a31753bf98fd29d.tar.gz external_python_setuptools-862da01619666f94a56724180a31753bf98fd29d.tar.bz2 external_python_setuptools-862da01619666f94a56724180a31753bf98fd29d.zip | |
Mark failures as allowed. Ref #1015.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index adb2f948..fd18a33a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ matrix: env: LC_ALL=C LC_CTYPE=C - python: 2.7 env: LC_ALL=C LC_CTYPE=C + allow_failures: + # https://github.com/pypa/setuptools/issues/1015 + - python: nightly script: # need tox and rwt to get started - pip install tox rwt |
