image: python:2.7 test: script: - pip install -r budget/requirements.txt - cd budget && python tests.py