you-get/.travis.yml

20 lines
485 B
YAML
Raw Normal View History

2013-02-15 01:06:04 +01:00
# https://travis-ci.org/soimort/you-get
language: python
python:
- "3.2"
- "3.3"
2014-05-20 03:35:29 +02:00
- "3.4"
- "3.5"
- "3.6"
- "nightly"
2014-09-20 22:40:08 +02:00
- "pypy3"
2013-02-15 01:06:04 +01:00
script: make test
sudo: false
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/43cd57826e88ed8f2152
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always