diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2016-10-22 11:11:25 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2016-10-22 11:11:25 +0200 |
| commit | caa0ea7a0893fe90ea043843d4e6ad407126d7b8 (patch) | |
| tree | 2f688eb182f2e76091134c47c4a327681c12e15b /.travis.yml | |
| parent | afcd64ebbb770908bd2a751279ff070dea5bb97c (diff) | |
| parent | cc77e6b2862733a211c55cf29cc7a83c36c27919 (diff) | |
| download | GitPython-caa0ea7a0893fe90ea043843d4e6ad407126d7b8.tar.gz GitPython-caa0ea7a0893fe90ea043843d4e6ad407126d7b8.zip | |
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 4c191db2..f7dd247b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,10 @@ language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) -matrix: - allow_failures: - - python: "2.6" git: # a higher depth is needed for most of the tests - must be high enough to not actually be shallow # as we clone our own repository in the process @@ -17,7 +13,8 @@ install: - python --version; git --version - git submodule update --init --recursive - git fetch --tags - - pip install codecov flake8 ddt sphinx + - pip install -r test-requirements.txt + - pip install codecov sphinx # generate some reflog as git-python tests need it (in master) - ./init-tests-after-clone.sh |
