you-get/.travis.yml
2014-09-20 22:40:08 +02:00

9 lines
125 B
YAML

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