Allow Python nightly to fail in Travis
...without causing the entire build to fail, but still recording the result.stix2.0
parent
a790d8f561
commit
99addbaada
|
@ -9,6 +9,9 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.6-dev"
|
- "3.6-dev"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: "nightly"
|
||||||
install:
|
install:
|
||||||
- pip install -U pip setuptools
|
- pip install -U pip setuptools
|
||||||
- pip install tox-travis pre-commit
|
- pip install tox-travis pre-commit
|
||||||
|
|
Loading…
Reference in New Issue