fonttools/.travis.yml
Cosimo Lupo 61dff00a17
travis: test on both py27 and py35; drop py34 as it's redundant
install deps from requirements.txt

no need to install cu2qu to run `setup.py test`.
2016-11-02 17:56:39 +00:00

15 lines
168 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.5"
branches:
only:
- master
install:
- pip install -r requirements.txt
script:
- python setup.py test