language: python python: - '3.4' install: - pip install -rrequirements.txt addons: apt: packages: - imagemagick script: - python check.py #- python check_urls.py