web2py.py --run_system_tests, thanks Marc Abramowitz

This commit is contained in:
Massimo DiPierro
2012-05-10 18:20:24 -05:00
parent 827e7985d4
commit 409ce3f51e
9 changed files with 64 additions and 14 deletions
+17
View File
@@ -0,0 +1,17 @@
language: python
python:
- '2.5'
- '2.6'
- '2.7'
before_script:
- pip install unittest2
- mysql -e 'create database test_pymysql;'
- mysql -e 'create database test_pymysql2;'
script: PYTHONPATH=. unit2 -v gluon.tests
notifications:
irc:
channels: "irc.freenode.org#web2py"