ihatemoney/.travis.yml

8 lines
189 B
YAML

language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r budget/requirements.txt"
# command to run tests
script: cd budget && python tests.py