aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-11-18 16:07:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-11-18 16:07:10 -0500
commite8d53c0b830744a3cec9c0080293c39dfbf5ac72 (patch)
tree47cf35d1d8d6244ec7988ca2bc4bbbe88ab10b2e /tox.ini
parentb4d77154138d7fb7042153491e9b5c1af534eb4d (diff)
downloadexternal_python_setuptools-e8d53c0b830744a3cec9c0080293c39dfbf5ac72.tar.gz
external_python_setuptools-e8d53c0b830744a3cec9c0080293c39dfbf5ac72.tar.bz2
external_python_setuptools-e8d53c0b830744a3cec9c0080293c39dfbf5ac72.zip
Skip failing test on appveyor until the cause can be uncovered. Ref #851.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6e03aef2..cfb682ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,4 @@
[testenv]
deps=-rtests/requirements.txt
-passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
+passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
commands=python -m pytest {posargs:-rsx}