mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add .travis.yml for Travis CI (http://travis-ci.org/)
This commit is contained in:
parent
0e88aa6907
commit
103d291670
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
|
||||
install: python setup.py install
|
||||
script: nosetests
|
||||
Loading…
x
Reference in New Issue
Block a user