[travis] exclude the default python from build matrix

whatever Travis...
This commit is contained in:
Cosimo Lupo 2018-01-24 16:48:07 -08:00
parent 8f8b76cfe3
commit aff3ceedc3
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -1,6 +1,7 @@
sudo: false
language: python
python: 3.5
# empty "env:" is needed for 'allow_failures'
# https://docs.travis-ci.com/user/customizing-the-build/#Rows-that-are-Allowed-to-Fail
@ -8,6 +9,9 @@ env:
matrix:
fast_finish: true
exclude:
# Exclude the default Python 3.5 build
- python: 3.5
include:
- python: 2.7
env: TOXENV=py27-cov