mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 08:55:01 -05:00
14 lines
166 B
YAML
14 lines
166 B
YAML
|
language: python
|
||
|
python:
|
||
|
- 2.5
|
||
|
- 2.6
|
||
|
- 2.7
|
||
|
|
||
|
# whitelist
|
||
|
branches:
|
||
|
only:
|
||
|
- ThePirateBay
|
||
|
- Pistachitos
|
||
|
|
||
|
before_script: cd ./tests
|
||
|
script: ./all_tests.py
|