Commit f4f8289e authored by Matthew Brett's avatar Matthew Brett
Browse files

Add exclude clause to example .travis.yml

parent bbcbf312
...@@ -61,6 +61,9 @@ Use these scripts like so: ...@@ -61,6 +61,9 @@ Use these scripts like so:
dist: trusty dist: trusty
services: docker services: docker
exclude:
# Exclude the default Python 3.5 build
- python: 3.5
include: include:
- os: linux - os: linux
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment