File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11# Based on pygit2's appveyor config
22environment :
33 matrix :
4- - GENERATOR : ' Visual Studio 14'
5- PYTHON : ' C:\Python36\python.exe'
6- - GENERATOR : ' Visual Studio 14 Win64'
7- PYTHON : ' C:\Python36-x64\python.exe'
84 - GENERATOR : ' Visual Studio 14'
95 PYTHON : ' C:\Python37\python.exe'
106 - GENERATOR : ' Visual Studio 14 Win64'
Original file line number Diff line number Diff line change 55 packages :
66 - snapcraft
77python :
8- - ' 3.6'
98- ' 3.7'
109- ' 3.8'
11- - ' pypy3.6'
1210env : LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1311before_install : ./.travis.sh
1412install : pip install -r requirements.txt .
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ the Python Package Index).
4747
4848### Installing from source
4949
50- To install from source you need to have Python 3.6 + installed.
50+ To install from source you need to have Python 3.7 + installed.
5151
5252Additionally, you need to [ install pygit2] (
5353http://www.pygit2.org/install.html "pygit2 install").
@@ -62,7 +62,7 @@ and do:
6262
6363If you are a Python fan you might find it easier to install
6464Gitless via the Python Package Index. To do this, you need to have
65- Python 3.6 + installed.
65+ Python 3.7 + installed.
6666
6767Additionally, you need to [ install pygit2] (
6868http://www.pygit2.org/install.html "pygit2 install").
@@ -120,7 +120,7 @@ Gitless's code so that your edits are consistent with the codebase
120120
121121- Finally, if you don't want [ Travis] (
122122 https://travis-ci.org/sdg-mit/gitless "Travis") to
123- be mad at you, check that tests pass in Python 3.6 +. Tests can be run with:
123+ be mad at you, check that tests pass in Python 3.7 +. Tests can be run with:
124124 ```
125125 python -m unittest discover gitless/tests
126126 ```
You can’t perform that action at this time.
0 commit comments