From 44b1f63c1c5245babae682ba7698a2350b9a281a Mon Sep 17 00:00:00 2001 From: Gustavo Fonseca Date: Mon, 9 Sep 2013 22:38:40 -0300 Subject: Turning on the unittest's test runner right from setup.py script. Also, added the travis-ci config file. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8d078da --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - 2.5 + - 2.6 + - 2.7 +script: python setup.py test + -- cgit v1.2.1