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 d9b2593 commit 41940b4Copy full SHA for 41940b4
appveyor.yml
@@ -39,6 +39,7 @@ cache:
39
init:
40
- ps: $Env:path = $Env:PYTHON + ";" + $Env:PYTHON + "/Scripts;" + $Env:path
41
install:
42
+ - cmd: c:\python26-x64\python.exe -V
43
- cmd: python -m pip install -rtox-requirements.txt
44
test_script:
45
- python -m tox -v
0 commit comments