blob: e0b809a5775e94cf6629f167acaff1eae3b1ec94 (
plain)
1
2
3
4
5
6
7
8
|
language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: cd budget && python tests.py
|