aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <png@cannolibox.local>2014-10-30 14:39:07 -0400
committerPatrick <png@cannolibox.local>2014-10-30 14:39:07 -0400
commitda6034b0beb2ae7a0af2535e8faac97885b29c5a (patch)
tree09b0c03c1b26a545fcf7178cf90ab87548c58acc
parent2d7f61f284b05fbb69a96c185406183c50fbd03a (diff)
downloadtimeout-decorator-da6034b0beb2ae7a0af2535e8faac97885b29c5a.tar.gz
added travis
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1460d6e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+ - "3.4"
+# command to install dependencies
+install: "pip install -r requirements"
+
+# command to run tests
+script: nosetests