Commit 8145740d authored by Marc Abramowitz's avatar Marc Abramowitz

Add .travis.yml for Travis CI (http://travis-ci.org/)

parent 6c319068
language: python
python:
- 2.6
- 2.7
install: python setup.py install
script:
- pip install --use-mirrors unittest2
- sudo apt-get install gdb
- sudo unit2 discover
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment