Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2dd7aca

Browse files
committed
Allow failures for dev versions of python
1 parent6411bf1 commit2dd7aca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎.travis.yml

Lines changed: 5 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp