diff --git a/.appveyor.yml b/.appveyor.yml index fe14345..a6c50f8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,25 +5,9 @@ environment: PYTHON: 'C:\Python27\python.exe' - GENERATOR: 'Visual Studio 10 Win64' PYTHON: 'C:\Python27-x64\python.exe' - - GENERATOR: 'Visual Studio 10' - PYTHON: 'C:\Python33\python.exe' - - GENERATOR: 'Visual Studio 10 Win64' - PYTHON: 'C:\Python33-x64\python.exe' - - GENERATOR: 'Visual Studio 10' - PYTHON: 'C:\Python34\python.exe' - - GENERATOR: 'Visual Studio 10 Win64' - PYTHON: 'C:\Python34-x64\python.exe' - - GENERATOR: 'Visual Studio 14' - PYTHON: 'C:\Python35\python.exe' - - GENERATOR: 'Visual Studio 14 Win64' - PYTHON: 'C:\Python35-x64\python.exe' - - GENERATOR: 'Visual Studio 14' - PYTHON: 'C:\Python36\python.exe' - - GENERATOR: 'Visual Studio 14 Win64' - PYTHON: 'C:\Python36-x64\python.exe' init: - - cmd: '%PYTHON% -m pip install -U nose wheel pygit2' + - cmd: '%PYTHON% -m pip install -U nose wheel pygit2==0.26.1' build: off diff --git a/README.md b/README.md index 8eeb2e8..1ddf72c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ brew update brew install gitless ``` +### Windows Compatibility + +For now, Windows support is unavailable for Python3+ due to pbs dependency +(which is not Python3 compatible). See +[#146](https://github.com/sdg-mit/gitless/issues/146) for more info. + Documentation -------------