forked from orbit-oss/flask
Add .travis.yml
This commit is contained in:
parent
447afc3525
commit
2c8cbeb0c0
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
|
||||
before_install: pip install simplejson
|
||||
|
||||
script: python setup.py test
|
||||
Loading…
Add table
Add a link
Reference in a new issue