you-get/.travis.yml

11 lines
149 B
YAML
Raw Normal View History

2013-02-15 04:06:04 +04:00
# https://travis-ci.org/soimort/you-get
language: python
python:
- "3.2"
- "3.3"
2014-05-20 05:35:29 +04:00
- "3.4"
- "3.5"
- "nightly"
2014-09-21 00:40:08 +04:00
- "pypy3"
2013-02-15 04:06:04 +04:00
script: make test