aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c2979a72899590f1b2dea3841c7794d9ac8ab8e6 (plain)
1
2
3
4
5
6
7
language: python
python:
  - "2.7"
# command to install dependencies
install: "pip install -r budget/requirements.txt"
# command to run tests
script: cd budget && python tests.py