Skip to content

Commit

Permalink
Let's activate travis, to make sure the tests still pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar committed Apr 5, 2012
1 parent 234664b commit 2340ee1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
install:
- pip install nose
- pip install . --use-mirrors
script: nosetests
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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

0 comments on commit 2340ee1

Please sign in to comment.