aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexandre Avenel <avenel.alexandre@gmail.com>2016-09-24 20:20:21 +0200
committerAlexandre Avenel <avenel.alexandre@gmail.com>2016-09-25 16:28:42 +0200
commit6515d859d5fe52f77951412380a13455338cf053 (patch)
treebe097167c09482688ad817e1b7a690610a378182 /.travis.yml
parentfb69e8aa8947fc12814aabd7370417eed9633a71 (diff)
downloadihatemoney-mirror-6515d859d5fe52f77951412380a13455338cf053.zip
ihatemoney-mirror-6515d859d5fe52f77951412380a13455338cf053.tar.gz
ihatemoney-mirror-6515d859d5fe52f77951412380a13455338cf053.tar.bz2
Add a basic travis.yml file (Enable Travis CI)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c2979a7
--- /dev/null
+++ b/.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