diff options
author | Sylvain <sylvain.desodt+github@gmail.com> | 2017-03-08 15:26:56 +0100 |
---|---|---|
committer | Sylvain <sylvain.desodt+github@gmail.com> | 2017-03-08 15:26:56 +0100 |
commit | 6411bf1bf1ce403e8b38dbbdaf78ccdbe2b042dd (patch) | |
tree | d5bef933888d7efdf78a8cb898fd5fa10e907444 | |
parent | c23ae3a48bb37ae7ebd6aacc8539fee090ca34bd (diff) | |
download | gitpython-6411bf1bf1ce403e8b38dbbdaf78ccdbe2b042dd.tar.gz |
Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a3f8c705..99b33485 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ 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: |