1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Fix path for python 2.6 on appveyor

This commit is contained in:
Christopher Musselle 2019-03-04 19:46:02 +00:00
parent da913cb8d9
commit db09bc6542

View File

@ -5,7 +5,7 @@ environment:
# For Python versions available on Appveyor, see # For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/#python # https://www.appveyor.com/docs/windows-images-software/#python
- PYTHON: "C:\\C:\Python26-x64" - PYTHON: "C:\\Python26-x64"
TOX_ENV: "py26" TOX_ENV: "py26"
- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"