Commit 54cdf04f authored by Denis Bilenko's avatar Denis Bilenko

add .travis.yml

parent 59f82cf7
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
# command to install dependencies
install: "pip install greenlet cython --use-mirrors"
# command to run tests
script: cd greentest && python testrunner.py
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