Allow Python nightly to fail in Travis

...without causing the entire build to fail, but still recording the result.
stix2.0
Chris Lenk 2018-02-19 15:43:25 -05:00 committed by GitHub
parent a790d8f561
commit 99addbaada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ python:
- "3.6"
- "3.6-dev"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
install:
- pip install -U pip setuptools
- pip install tox-travis pre-commit