blob: 8ab4eba62bd7dd3857526a60abafe174b21898c8 (
plain)
1
2
3
4
5
6
7
8
|
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
|