blob: 4a377dd6e4c3ac92fb56564bfa1d9a4409a4926b [file] [log] [blame]
language: python
sudo: false
dist: trusty
os: linux
# Note: graphviz is needed for grapgs embedded in the docs
addons:
apt:
packages:
- graphviz
- libvirt-dev
matrix:
fast_finish: true
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: required
- pypy
- pypy3
- env: ENV=checks
python: 2.7
before_script: TOX_ENV=checks
- env: ENV=lint
python: 2.7
before_script: TOX_ENV=lint
- env: ENV=pylint
python: 2.7
before_script: TOX_ENV=pylint
- env: ENV=coverage
python: 2.7
before_script: TOX_ENV=coverage-travis
- env: ENV=docs
python: 3.5
before_script: TOX_ENV=docs-travis
# Note: graphviz is needed for grapgs embedded in the docs
addons:
apt:
packages:
- graphviz
- gcc
- libvirt-dev
# Trigger ReadTheDocs build on docs builder
after_success:
- pip3 install requests
- python3 ./contrib/trigger_rtd_build.py 8284
install:
- pip install --upgrade "pip==9.0.1"
- pip install "virtualenv==15.1.0"
- pip install "tox==2.8.2"
- TOX_ENV=py$TRAVIS_PYTHON_VERSION
script:
- tox -e $TOX_ENV
cache:
apt: true
directories:
- $HOME/.cache/pip # pip cache
notifications:
# Disabled until ASF switches to new mailing list software
# when we can whitelist addresses
#email:
# - "notifications@libcloud.apache.org"
irc:
- "chat.freenode.net#libcloud"