diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 79e314b8..3c2daf24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,15 @@ python: - "3.4" - "3.5" - "3.6" - - "nightly" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: include: - python: 3.7 dist: xenial sudo: required + - python: "nightly" + dist: xenial + sudo: required allow_failures: - python: "nightly" git: |