Mark OS X on Travis as expected failure.

Travis currently has a bug where OS X builds are routed to Ubuntu Trusty when
"dist: trusty" and "os: osx" is given.
This commit is contained in:
Florian Bruhin 2015-06-23 19:02:43 +02:00
parent 4c7c38efcb
commit 0f1ba4739c

View File

@ -20,3 +20,9 @@ script:
- tox -e pylint
- tox -e pyroma
- tox -e check-manifest
# Travis bug - OS X builds get routed to Ubuntu Trusty if "dist: trusty" is
# given.
matrix:
allow_failures:
- os: osx