fonttools/.travis.yml
Cosimo Lupo 258e53044d Revert ".travis.yml: temporarily disable py27-osx10.11 until pip installation issue is fixed"
This reverts commit 15392729ae9800a29bc04649d48c08093b67ec95.

Fixes #473.
2016-01-22 12:02:45 +00:00

48 lines
947 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

sudo: false
language: python
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: pypy
env: TOXENV=pypy
- language: generic
os: osx
# the default 'osx' on Travis is 10.9 Mavericks, with Python 2.7.5
env: TOXENV=py27
- language: generic
os: osx
# this is to test on 10.11 El Capitan which comes with Python 2.7.10
osx_image: osx10.11
env: TOXENV=py27
- language: generic
os: osx
env: TOXENV=py33
- language: generic
os: osx
env: TOXENV=py34
- language: generic
os: osx
env: TOXENV=py35
- language: generic
os: osx
env: TOXENV=pypy
install:
- ./.travis/install.sh
script:
- ./.travis/run.sh
notifications:
irc: "irc.freenode.org##fonts"
email: fonttools@googlegroups.com