| commit | da6034b0beb2ae7a0af2535e8faac97885b29c5a | [log] [tgz] |
|---|---|---|
| author | Patrick <png@cannolibox.local> | Thu Oct 30 14:39:07 2014 -0400 |
| committer | Patrick <png@cannolibox.local> | Thu Oct 30 14:39:07 2014 -0400 |
| tree | 09b0c03c1b26a545fcf7178cf90ab87548c58acc | |
| parent | 2d7f61f284b05fbb69a96c185406183c50fbd03a [diff] |
added travis
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