Skip to content

Commit 55cf48f

Browse files
author
Tyler Nienhouse
committed
[BUILD] Accept failures due to bad travis config for now
1 parent 01bfa97 commit 55cf48f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ python:
88
install: "(pip install -r requirements-dev.txt && pip install .)"
99

1010
script: "python setup.py test"
11+
12+
matrix:
13+
allow_failures:
14+
- python: "3.3" # This version of python is no longer available on Travis

0 commit comments

Comments
 (0)