We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87b11b commit 1660f7dCopy full SHA for 1660f7d
appveyor.yml
@@ -38,13 +38,16 @@ init:
38
- echo "TOXENV- %TOXENV%"
39
40
install:
41
+ # https://github.com/pypa/virtualenv/issues/1050
42
+ - pip install -U git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
43
- virtualenv -p "%PYTHON%\\python.exe" "%VENV%"
- - copy "%PYTHON%\\python3.dll" "%VENV%\\Scripts"
44
- "%VENV%\\Scripts\\activate"
45
# https://github.com/pypa/virtualenv/issues/1050
46
- pip install git+https://github.com/pypa/virtualenv@e8163e83a92c9098f51d390289323232ece15e3b
47
- pip install tox
48
49
+build: off
50
+
51
test_script:
52
- tox
53
0 commit comments