Skip to content

Commit 1660f7d

Browse files
committed
Fixup appveyor.yml
1 parent f87b11b commit 1660f7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@ init:
3838
- echo "TOXENV- %TOXENV%"
3939

4040
install:
41+
# https://github.com/pypa/virtualenv/issues/1050
42+
- pip install -U git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
4143
- virtualenv -p "%PYTHON%\\python.exe" "%VENV%"
42-
- copy "%PYTHON%\\python3.dll" "%VENV%\\Scripts"
4344
- "%VENV%\\Scripts\\activate"
4445
# https://github.com/pypa/virtualenv/issues/1050
4546
- pip install git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
4647
- pip install tox
4748

49+
build: off
50+
4851
test_script:
4952
- tox
5053

0 commit comments

Comments
 (0)