aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2016-02-16 17:19:06 -0500
committerPaul Ganssle <paul@ganssle.io>2016-02-18 14:12:02 -0500
commitfd12e7bae05eef293b1b1d5fc7f1bdf8272f2efe (patch)
treed51e5f850de6473b4a84a43f35e69cbb52f1c459 /appveyor.yml
parenteb842fd5b52b74b6f5af7ecf0fd30bae00da8e88 (diff)
downloaddateutil-fd12e7bae05eef293b1b1d5fc7f1bdf8272f2efe.tar.gz
Fix tzwinlocal issue. Add tzwin test context manager.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3a0ffab..7fc6b59 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,5 +18,7 @@ install:
# This frequently fails with network errors, so we'll retry it up to 5 times
# with a 1 minute rate limit.
- "ci_tools/retry.bat %PYTHON%/python.exe updatezinfo.py"
+ # This environment variable tells the test suite it's OK to mess with the time zone.
+ - set DATEUTIL_MAY_CHANGE_TZ=1
test_script:
- "%PYTHON%/python.exe setup.py test"