diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2017-04-09 13:24:56 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2017-04-09 13:24:56 +0200 |
commit | c418df44fd6ac431e10b3c9001699f516f3aa183 (patch) | |
tree | 6a7d649d45312e80608bce93194b2e41bf9d12a2 | |
parent | 3ef889531eed9ac73ece70318d4eeb45d81b9bc5 (diff) | |
parent | 2dd7aca043c197979e6b4b5ff951e2b62c320ef4 (diff) | |
download | gitpython-c418df44fd6ac431e10b3c9001699f516f3aa183.tar.gz |
Merge branch 'SylvainDe-master'
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a3f8c705..756ee90d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,16 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" + - "3.6-dev" + - "3.7-dev" + - "nightly" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) -#matrix: -# allow_failures: -# - python: "2.6" +matrix: + allow_failures: + - python: "3.6-dev" + - python: "3.7-dev" + - python: "nightly" 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 |