aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2013-08-13 16:20:15 +0200
committerMartin Vilcans <martin@librador.com>2013-08-13 16:20:15 +0200
commit4eb7cc036c558dfa8ecea0fbd61290326bd9fd35 (patch)
tree9749383396be4064989f1e5c4925e7400532d2be
parent740c85d54270d41cda86fb78cd7efdeac9a07f68 (diff)
downloadscreenplain-4eb7cc036c558dfa8ecea0fbd61290326bd9fd35.tar.gz
Add Travis CI config
-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..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