summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-28 09:43:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-28 09:43:16 -0500
commit41b814aa6cff3c46788a1d410095061a82af2076 (patch)
tree0595aeed6470e7c9fd795a0bda61faab9bc28070
parenta8f66602f22459be95f8463e8cf6de1e653b352c (diff)
downloadpytest-runner-41b814aa6cff3c46788a1d410095061a82af2076.tar.gz
Add workaround for build failures on Python 3.7 (yaml/pyyaml#126).
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index df1b0ef..47eae51 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,8 @@ minversion = 2.4
[testenv]
deps =
setuptools>=31.0.1
+ # workaround for yaml/pyyaml#126
+ # git+https://github.com/yaml/pyyaml@master#egg=pyyaml
commands =
py.test {posargs}
python setup.py checkdocs