This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via faba9cac121d78779c437f226642c1f72c026c43 (commit)
from 6e2d27267277a9aec02b4a08db8bbd661e1b5a8e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/faba9cac121d78779c437f226642c1f72c026c43
commit faba9cac121d78779c437f226642c1f72c026c43
Author: Oleg Broytman <ph...@ph...>
Date: Thu Dec 4 17:34:22 2014 +0300
Install py.test
diff --git a/.travis.yml b/.travis.yml
index 71640b6..979db91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ env:
install:
- if [[ $DB == mysql ]]; then pip install --use-mirrors mysql-python; fi;
- if [[ $DB == postgres ]]; then pip install --use-mirrors psycopg2; fi;
+ - pip install --use-mirrors pytest
before_script:
- if [[ $DB == mysql ]]; then mysql -e 'create database sqlobject_test;'; fi;
@@ -22,6 +23,6 @@ before_script:
script:
- cd sqlobject
- - if [[ $DB == mysql ]]; then /usr/bin/py.test -D mysql://root:@localhost/sqlobject_test; fi
- - if [[ $DB == postgres ]]; then /usr/bin/py.test -D postgres://postgres:@localhost/sqlobject_test; fi
- - if [[ $DB == sqlite ]]; then /usr/bin/py.test -D sqlite:///tmp/sqlobject_test.sqdb; fi
+ - if [[ $DB == mysql ]]; then py.test -D mysql://root:@localhost/sqlobject_test; fi
+ - if [[ $DB == postgres ]]; then py.test -D postgres://postgres:@localhost/sqlobject_test; fi
+ - if [[ $DB == sqlite ]]; then py.test -D sqlite:///tmp/sqlobject_test.sqdb; fi
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
SQLObject development repository
|