Skip to content

Commit c418df4

Browse files
committed
Merge branch 'SylvainDe-master'
2 parents 3ef8895 + 2dd7aca commit c418df4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Diff for: .travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ python:
55
- "3.3"
66
- "3.4"
77
- "3.5"
8+
- "3.6"
9+
- "3.6-dev"
10+
- "3.7-dev"
11+
- "nightly"
812
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
9-
#matrix:
10-
# allow_failures:
11-
# - python: "2.6"
13+
matrix:
14+
allow_failures:
15+
- python: "3.6-dev"
16+
- python: "3.7-dev"
17+
- python: "nightly"
1218
git:
1319
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1420
# as we clone our own repository in the process

0 commit comments

Comments
 (0)