fonttools/.travis.yml

15 lines
302 B
YAML
Raw Normal View History

2015-11-02 14:45:28 +00:00
language: python
sudo: required
python:
- "2.7"
- "3.4"
- "3.5"
before_install:
- git clone --depth=1 https://github.com/behdad/fonttools.git
install:
- cd fonttools; python setup.py install; cd ..
- python setup.py install
script:
2015-11-04 09:00:33 +00:00
- python -c "import fontTools"
2015-11-02 14:45:28 +00:00
- python setup.py test