Commit 7cf901db by Gabriel Falcao

giving travis a try

parent 8706ac81
language: python
python:
- "2.5"
- "2.6"
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script: make
\ No newline at end of file
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