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