Work around Travis issue with OS X.

This commit is contained in:
Florian Bruhin 2015-09-24 08:47:54 +02:00
parent 0de1e40f20
commit 2940a4267b

View File

@ -1,4 +1,5 @@
dist: trusty
# So we get Ubuntu Trusty - using "dist: trusty" breaks OS X.
services: docker
os:
- linux
@ -29,9 +30,3 @@ 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