We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ef8895 + 2dd7aca commit c418df4Copy full SHA for c418df4
.travis.yml
@@ -5,10 +5,16 @@ python:
5
- "3.3"
6
- "3.4"
7
- "3.5"
8
+ - "3.6"
9
+ - "3.6-dev"
10
+ - "3.7-dev"
11
+ - "nightly"
12
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
-#matrix:
-# allow_failures:
-# - python: "2.6"
13
+matrix:
14
+ allow_failures:
15
+ - 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