blob: 48c84a7b3e5cea88bd0f3dcf5c90ac94051c65d2 [file] [log] [blame]
sudo: false
language: python
cache: pip
matrix:
include:
- python: 2.6
- python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5
- python: 3.6
- "pypy"
# XXX - commented because OSX builds are deadly slow
# - language: generic
# os: osx
# env: PYVER=py26
- language: generic
os: osx
env: PYVER=py27
# XXX - commented because OSX builds are deadly slow
# - language: generic
# os: osx
# env: PYVER=py33
- language: generic
os: osx
env: PYVER=py34
# XXX - not supported yet
# - language: generic
# os: osx
# env: PYVER=py35
install:
- ./.ci/travis/install.sh
script:
- ./.ci/travis/run.sh
after_success:
# upload reports to coveralls.io
- |
if [ "$(uname -s)" != 'Darwin' ]; then
coveralls
fi