aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-15 10:06:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-04-15 10:06:46 -0500
commit862da01619666f94a56724180a31753bf98fd29d (patch)
tree66e3c964875de51e5bff5bf8b520a64e7aa3afca
parent9869424e3e74a41e39563e9b4b507c760660673c (diff)
downloadexternal_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.yml3
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