Skip to content

Commit e3e8a64

Browse files
committed
appveyor: print version of python to be used
1 parent f8a52eb commit e3e8a64

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
@@ -19,6 +19,7 @@ install:
1919
- "set PATH=%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
2020
- "%PYTHON%\\python.exe -m pip install -r requirements/dev.txt"
2121
- "%PYTHON%\\python.exe -m pip install -e ."
22+
- "python --version"
2223
- "set PATH=C:\\Ruby25-x64\\bin;%PATH%"
2324
- "gem install bundler --no-ri --no-rdoc"
2425
- "bundler --version"

0 commit comments

Comments
 (0)