]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
travis: Ignore failures on nightly 2253/head
authorBen Darnell <ben@bendarnell.com>
Sat, 27 Jan 2018 01:09:42 +0000 (20:09 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 27 Jan 2018 01:09:42 +0000 (20:09 -0500)
This is currently failing with setuptools errors.

.travis.yml

index dadc4790e832ca9f8e1db10c114c79830eb7f730..64caeb3d45b890adf10f6fc4ddee174724181b53 100644 (file)
@@ -6,6 +6,9 @@ sudo: false
 
 matrix:
     fast_finish: true
+    # Nightly python is failing as of 2018-01-26
+    allow_failures:
+    - python: nightly
 
 language: python
 # For a list of available versions, run