web2py.py --run_system_tests, thanks Marc Abramowitz
This commit is contained in:
+17
@@ -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"
|
||||
Reference in New Issue
Block a user