Skip to content

Commit

Permalink
Add a basic travis.yml file (Enable Travis CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
aavenel committed Sep 25, 2016
1 parent fb69e8a commit 6515d85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,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

0 comments on commit 6515d85

Please sign in to comment.