We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6411bf1 commit 2dd7acaCopy full SHA for 2dd7aca
.travis.yml
@@ -10,9 +10,11 @@ python:
10
- "3.7-dev"
11
- "nightly"
12
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
13
-#matrix:
14
-# allow_failures:
15
-# - python: "2.6"
+matrix:
+ allow_failures:
+ - python: "3.6-dev"
16
+ - python: "3.7-dev"
17
+ - python: "nightly"
18
git:
19
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
20
# as we clone our own repository in the process
0 commit comments