Skip to content

Commit e3d17f7

Browse files
committed
TST allow failures in Python 2.x tests
2.x tests work, but hang at shutdown; Docker image uses Python 3.4, so 2.x is less important.
1 parent 83b2c97 commit e3d17f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ matrix:
1313
env: SPLASH_PYTHON_VERSION="venv" SPLASH_BUILD_PARALLEL_JOBS=2
1414
- python: "3.4"
1515
env: SPLASH_PYTHON_VERSION="venv" SPLASH_BUILD_PARALLEL_JOBS=2
16+
allow_failures:
17+
# Docker image uses Python 3.4; Python 2.x tests work,
18+
# but hang at shutdown for some reason.
19+
- python: "2.7"
20+
env: SPLASH_PYTHON_VERSION="venv" SPLASH_BUILD_PARALLEL_JOBS=2
1621

1722

1823
before_install:

0 commit comments

Comments
 (0)