diff options
author | Martin Vilcans <martin@librador.com> | 2013-08-13 16:20:15 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2013-08-13 16:20:15 +0200 |
commit | 4eb7cc036c558dfa8ecea0fbd61290326bd9fd35 (patch) | |
tree | 9749383396be4064989f1e5c4925e7400532d2be | |
parent | 740c85d54270d41cda86fb78cd7efdeac9a07f68 (diff) | |
download | screenplain-4eb7cc036c558dfa8ecea0fbd61290326bd9fd35.tar.gz |
Add Travis CI config
-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..ced5c95 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "2.7" + - "2.6" + - "2.5" +install: pip install -r requirements.txt +script: nosetests |