diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2016-12-08 13:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-08 13:20:52 +0100 |
| commit | 2f207e0e15ad243dd24eafce8b60ed2c77d6e725 (patch) | |
| tree | 9460e9e1178c21389386e49e336550093d34448b /.appveyor.yml | |
| parent | a8437c014b0a9872168b01790f5423e8e9255840 (diff) | |
| parent | f3d5df2ce3addd9e9e1863f4f33665a16b415b71 (diff) | |
| download | GitPython-2f207e0e15ad243dd24eafce8b60ed2c77d6e725.tar.gz GitPython-2f207e0e15ad243dd24eafce8b60ed2c77d6e725.zip | |
Merge pull request #541 from andy-maier/py26_fixes
Fixes to support Python 2.6 again.
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 701fc4ac..69b7fe56 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,6 +7,9 @@ environment: matrix: ## MINGW # + - PYTHON: "C:\\Python26" + PYTHON_VERSION: "2.6" + GIT_PATH: "%GIT_DAEMON_PATH%" - PYTHON: "C:\\Python27" PYTHON_VERSION: "2.7" GIT_PATH: "%GIT_DAEMON_PATH%" |
