From 2340ee167be05666a8ee80fa07a35377c2a28718 Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Thu, 5 Apr 2012 19:33:04 +0200 Subject: [PATCH] Let's activate travis, to make sure the tests still pass. --- .travis.yml | 8 ++++++++ README.rst | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c1ca2c6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "2.6" + - "2.7" +install: + - pip install nose + - pip install . --use-mirrors +script: nosetests diff --git a/README.rst b/README.rst index 681a928..8e179c4 100644 --- a/README.rst +++ b/README.rst @@ -7,4 +7,6 @@ It's designed to read log files that look more or less like irssi log files, and It's based on pyramid, and can be used like any other pyramid app. Just chan the root value in the config file to point to the root of your log files. -I developped it to scratch my own itch, so it may need some tweaking to suits your needs. The code is (hopefully) clean and well-tested, but if you need anything, fell free to contact me. \ No newline at end of file +I developped it to scratch my own itch, so it may need some tweaking to suits your needs. The code is (hopefully) clean and well-tested, but if you need anything, fell free to contact me. + +.. image:: https://secure.travis-ci.org/madjar/rezoirclogs.png?branch=master \ No newline at end of file