From 61205701981d9d27e0bd0209f2bf577156eb01d5 Mon Sep 17 00:00:00 2001
From: Bruno Oliveira <nicoddemus@gmail.com>
Date: Sat, 26 Nov 2016 14:49:31 -0200
Subject: [PATCH] Pin setuptools to < 29 because of AppVeyor failures

Related to pypa/setuptools#861

Remove the pin when we have a new setuptools release
---
 tox.ini | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index c2f866f26..f0c8e93d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -117,7 +117,10 @@ commands=
 basepython = python
 usedevelop=True
 skipsdist=True
-deps=PyYAML
+deps=
+    PyYAML
+    # pinning setuptools because of AppVeyor failures, see pypa/setuptools#861
+    setuptools<29.0.0
 commands=
     pytest -rfsxX doc/en
     pytest --doctest-modules {toxinidir}/_pytest