diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-03-18 12:06:10 +0200 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2018-03-18 22:26:04 +0200 |
| commit | 929f3e1e1b664ed8cdef90a40c96804edfd08d59 (patch) | |
| tree | 805c06bde21a6c4b3d9defe775527a3773bef3b9 /.travis.yml | |
| parent | 190c04569bd2a29597065222cdcc322ec4f2b374 (diff) | |
| download | GitPython-929f3e1e1b664ed8cdef90a40c96804edfd08d59.tar.gz GitPython-929f3e1e1b664ed8cdef90a40c96804edfd08d59.zip | |
Drop support for EOL Python 2.6
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f20e76ae..524b8013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" @@ -12,7 +11,6 @@ python: # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: allow_failures: - - python: "2.6" - python: "3.6-dev" - python: "3.7-dev" - python: "nightly" @@ -26,7 +24,6 @@ install: - git fetch --tags - pip install -r test-requirements.txt - pip install codecov sphinx - - if [ "$TRAVIS_PYTHON_VERSION" == '2.6' ]; then pip install unittest2; fi # generate some reflog as git-python tests need it (in master) - ./init-tests-after-clone.sh |
