Skip to content

Commit 2dd7aca

Browse files
committed
Allow failures for dev versions of python
1 parent 6411bf1 commit 2dd7aca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)