2015-09-23 10:01:55 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- '3.4'
|
|
|
|
install:
|
|
|
|
- pip install -rrequirements.txt
|
2015-10-09 13:54:49 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- imagemagick
|
2015-09-23 10:01:55 +02:00
|
|
|
script:
|
|
|
|
- python check.py
|
2015-11-11 10:43:47 +01:00
|
|
|
- python check_urls.py
|
|
|
|
|