diff options
author | gcmalloc <gcmalloc@gmail.com> | 2012-10-15 10:37:33 +0200 |
---|---|---|
committer | gcmalloc <gcmalloc@gmail.com> | 2012-10-15 10:58:35 +0200 |
commit | aeeb29a356a014ca48458c45de1d672243d8eb40 (patch) | |
tree | 914b813d0ba7381493fd8525c7073172973e1688 | |
parent | 6d9c22cd267b294c6e2abe9b0256c24a090a9349 (diff) |
adding travis support
-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 000000000..05dd519a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +#specify the python version +python: + - "2.6" + - "2.7" +# command to run tests +script: nosetests tests |