aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-02-05 13:40:12 -0500
committerSebastian Thiel <byronimo@gmail.com>2019-05-05 13:22:53 +0530
commit52ee33ac9b234c7501d97b4c2bf2e2035c5ec1fa (patch)
tree284d5f9db4f88e8d4e9c3ce7aa52d22714e73ff8 /.travis.yml
parent14b221bf98757ba61977c1021722eb2faec1d7cc (diff)
downloadGitPython-52ee33ac9b234c7501d97b4c2bf2e2035c5ec1fa.tar.gz
GitPython-52ee33ac9b234c7501d97b4c2bf2e2035c5ec1fa.zip
Added a Dockerfile that creates a clean Ubuntu Xenial test environment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c0c38a34..aed714af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,11 @@ matrix:
include:
- python: 3.7
dist: xenial
- sudo: required
- python: "nightly"
dist: xenial
- sudo: required
allow_failures:
- python: "nightly"
+ dist: xenial
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