Try out travis-ci.org
This commit is contained in:
parent
94dc4c78e8
commit
6c16f8cad7
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
# TODO: install pycurl, twisted, etc (depends on python version)
|
||||
install:
|
||||
- python setup.py install
|
||||
script: python -m tornado.test.runtests
|
Loading…
Reference in New Issue