File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,6 @@ environment:
5
5
PYTHON : ' C:\Python27\python.exe'
6
6
- GENERATOR : ' Visual Studio 10 Win64'
7
7
PYTHON : ' C:\Python27-x64\python.exe'
8
- - GENERATOR : ' Visual Studio 10'
9
- PYTHON : ' C:\Python33\python.exe'
10
- - GENERATOR : ' Visual Studio 10 Win64'
11
- PYTHON : ' C:\Python33-x64\python.exe'
12
- - GENERATOR : ' Visual Studio 10'
13
- PYTHON : ' C:\Python34\python.exe'
14
- - GENERATOR : ' Visual Studio 10 Win64'
15
- PYTHON : ' C:\Python34-x64\python.exe'
16
- - GENERATOR : ' Visual Studio 14'
17
- PYTHON : ' C:\Python35\python.exe'
18
- - GENERATOR : ' Visual Studio 14 Win64'
19
- PYTHON : ' C:\Python35-x64\python.exe'
20
- - GENERATOR : ' Visual Studio 14'
21
- PYTHON : ' C:\Python36\python.exe'
22
- - GENERATOR : ' Visual Studio 14 Win64'
23
- PYTHON : ' C:\Python36-x64\python.exe'
24
8
25
9
init :
26
10
- cmd : ' %PYTHON% -m pip install -U nose wheel pygit2==0.26.1'
Original file line number Diff line number Diff line change @@ -82,6 +82,12 @@ brew update
82
82
brew install gitless
83
83
```
84
84
85
+ ### Windows Compatibility
86
+
87
+ For now, Windows support is unavailable for Python3+ due to pbs dependency
88
+ (which is not Python3 compatible). Checkout
89
+ [ #146 ] ( https://github.com/sdg-mit/gitless/issues/146 ) for more info.
90
+
85
91
Documentation
86
92
-------------
87
93
You can’t perform that action at this time.
0 commit comments