Skip to content

Commit 41940b4

Browse files
committed
Check if python 2.6 is functional
1 parent d9b2593 commit 41940b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ cache:
3939
init:
4040
- ps: $Env:path = $Env:PYTHON + ";" + $Env:PYTHON + "/Scripts;" + $Env:path
4141
install:
42+
- cmd: c:\python26-x64\python.exe -V
4243
- cmd: python -m pip install -rtox-requirements.txt
4344
test_script:
4445
- python -m tox -v

0 commit comments

Comments
 (0)