summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Corchero <mariocj89@gmail.com>2021-07-16 11:36:16 +0200
committerGitHub <noreply@github.com>2021-07-16 11:36:16 +0200
commitb3180d3aab2925e41c8cc5bfd84c640dcad6003c (patch)
treefd2ebc052e609da371fa656f8a217eb484790b2d
parent28da62dc5918da3c6cf37ac19b3ddf0585a1803a (diff)
parent38bce7bf7332945aec5e4f03fc17486a198a7ae9 (diff)
downloaddateutil-git-b3180d3aab2925e41c8cc5bfd84c640dcad6003c.tar.gz
Merge pull request #1147 from mariocj89/pu/fix-ci
ci: Pin virtualenv when running 3.4
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d657a3d..c860c41 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,7 +28,7 @@ install:
- "ci_tools/retry.bat %PYTHON% updatezinfo.py"
# This environment variable tells the test suite it's OK to mess with the time zone.
- set DATEUTIL_MAY_CHANGE_TZ=1
- - C:\Python36\python -m pip install -U tox
+ - C:\Python36\python -m pip install -U tox virtualenv==20.4.7
test_script:
- C:\Python36\scripts\tox