diff options
| author | Alexandre Avenel <avenel.alexandre@gmail.com> | 2016-09-24 20:20:21 +0200 |
|---|---|---|
| committer | Alexandre Avenel <avenel.alexandre@gmail.com> | 2016-09-25 16:28:42 +0200 |
| commit | 6515d859d5fe52f77951412380a13455338cf053 (patch) | |
| tree | be097167c09482688ad817e1b7a690610a378182 | |
| parent | fb69e8aa8947fc12814aabd7370417eed9633a71 (diff) | |
| download | ihatemoney-mirror-6515d859d5fe52f77951412380a13455338cf053.zip ihatemoney-mirror-6515d859d5fe52f77951412380a13455338cf053.tar.gz ihatemoney-mirror-6515d859d5fe52f77951412380a13455338cf053.tar.bz2 | |
Add a basic travis.yml file (Enable Travis CI)
| -rw-r--r-- | .travis.yml | 7 |
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 |
