you-get/.travis.yml
2014-05-20 03:35:29 +02:00

8 lines
113 B
YAML

# https://travis-ci.org/soimort/you-get
language: python
python:
- "3.2"
- "3.3"
- "3.4"
script: make test