you-get/.travis.yml
2015-09-21 00:50:41 +02:00

11 lines
149 B
YAML

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