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 1228c7cd9884b38ab16185ec15e2637d745b6841 (commit)
from f56f2dba768c6c7e52652dde8e88183b1045862c (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/1228c7cd9884b38ab16185ec15e2637d745b6841
commit 1228c7cd9884b38ab16185ec15e2637d745b6841
Author: Oleg Broytman <ph...@ph...>
Date: Sun Dec 17 14:14:48 2017 +0300
Tests(tox.ini): Set platform
Default platform is linux, but for *-w32 environments it's win32.
diff --git a/tox.ini b/tox.ini
index 8a7d8b2..f25ba41 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,6 +33,7 @@ deps =
firebirdsql: firebirdsql
passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB PGPASSWORD WINDIR
# Don't fail or warn on uninstalled commands
+platform = linux
whitelist_externals =
mysql
createdb
@@ -380,6 +381,7 @@ commands =
# Windows testing
[mssql-pyodbc-w32]
+platform = win32
commands =
{envpython} -c "import pyodbc; print(pyodbc.drivers())"
-sqlcmd -U sa -P "Password12!" -S .\SQL2014 -Q "DROP DATABASE sqlobject_test"
@@ -388,18 +390,23 @@ commands =
sqlcmd -U sa -P "Password12!" -S .\SQL2014 -Q "DROP DATABASE sqlobject_test"
[testenv:py27-mssql-pyodbc-w32]
+platform = win32
commands = {[mssql-pyodbc-w32]commands}
[testenv:py34-mssql-pyodbc-w32]
+platform = win32
commands = {[mssql-pyodbc-w32]commands}
[testenv:py35-mssql-pyodbc-w32]
+platform = win32
commands = {[mssql-pyodbc-w32]commands}
[testenv:py36-mssql-pyodbc-w32]
+platform = win32
commands = {[mssql-pyodbc-w32]commands}
[mysql-connector-w32]
+platform = win32
commands =
{[testenv]commands}
-mysql -u root "-pPassword12!" -e 'drop database sqlobject_test;'
@@ -408,18 +415,23 @@ commands =
mysql -u root "-pPassword12!" -e 'drop database sqlobject_test;'
[testenv:py27-mysql-connector-w32]
+platform = win32
commands = {[mysql-connector-w32]commands}
[testenv:py34-mysql-connector-w32]
+platform = win32
commands = {[mysql-connector-w32]commands}
[testenv:py35-mysql-connector-w32]
+platform = win32
commands = {[mysql-connector-w32]commands}
[testenv:py36-mysql-connector-w32]
+platform = win32
commands = {[mysql-connector-w32]commands}
[mysql-pyodbc-w32]
+platform = win32
commands =
{[testenv]commands}
{envpython} -c "import pyodbc; print(pyodbc.drivers())"
@@ -429,18 +441,23 @@ commands =
mysql -u root "-pPassword12!" -e 'drop database sqlobject_test;'
[testenv:py27-mysql-pyodbc-w32]
+platform = win32
commands = {[mysql-pyodbc-w32]commands}
[testenv:py34-mysql-pyodbc-w32]
+platform = win32
commands = {[mysql-pyodbc-w32]commands}
[testenv:py35-mysql-pyodbc-w32]
+platform = win32
commands = {[mysql-pyodbc-w32]commands}
[testenv:py36-mysql-pyodbc-w32]
+platform = win32
commands = {[mysql-pyodbc-w32]commands}
[mysql-pypyodbc-w32]
+platform = win32
commands =
{[testenv]commands}
{envpython} -c "import pypyodbc; print(pypyodbc.drivers())"
@@ -450,18 +467,23 @@ commands =
mysql -u root "-pPassword12!" -e 'drop database sqlobject_test;'
[testenv:py27-mysql-pypyodbc-w32]
+platform = win32
commands = {[mysql-pypyodbc-w32]commands}
[testenv:py34-mysql-pypyodbc-w32]
+platform = win32
commands = {[mysql-pypyodbc-w32]commands}
[testenv:py35-mysql-pypyodbc-w32]
+platform = win32
commands = {[mysql-pypyodbc-w32]commands}
[testenv:py36-mysql-pypyodbc-w32]
+platform = win32
commands = {[mysql-pypyodbc-w32]commands}
[psycopg-w32]
+platform = win32
commands =
{[testenv]commands}
-dropdb -U postgres -w sqlobject_test
@@ -470,18 +492,23 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-psycopg-w32]
+platform = win32
commands = {[psycopg-w32]commands}
[testenv:py34-postgres-psycopg-w32]
+platform = win32
commands = {[psycopg-w32]commands}
[testenv:py35-postgres-psycopg-w32]
+platform = win32
commands = {[psycopg-w32]commands}
[testenv:py36-postgres-psycopg-w32]
+platform = win32
commands = {[psycopg-w32]commands}
[pygresql-w32]
+platform = win32
commands =
{[testenv]commands}
-dropdb -U postgres -w sqlobject_test
@@ -490,18 +517,23 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pygresql-w32]
+platform = win32
commands = {[pygresql-w32]commands}
[testenv:py34-postgres-pygresql-w32]
+platform = win32
commands = {[pygresql-w32]commands}
[testenv:py35-postgres-pygresql-w32]
+platform = win32
commands = {[pygresql-w32]commands}
[testenv:py36-postgres-pygresql-w32]
+platform = win32
commands = {[pygresql-w32]commands}
[pypostgresql-w32]
+platform = win32
commands =
{[testenv]commands}
-dropdb -U postgres -w sqlobject_test
@@ -510,15 +542,19 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py34-pypostgresql-w32]
+platform = win32
commands = {[pypostgresql-w32]commands}
[testenv:py35-pypostgresql-w32]
+platform = win32
commands = {[pypostgresql-w32]commands}
[testenv:py36-pypostgresql-w32]
+platform = win32
commands = {[pypostgresql-w32]commands}
[pg8000-w32]
+platform = win32
commands =
{[testenv]commands}
-dropdb -U postgres -w sqlobject_test
@@ -527,18 +563,23 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pg8000-w32]
+platform = win32
commands = {[pg8000-w32]commands}
[testenv:py34-postgres-pg8000-w32]
+platform = win32
commands = {[pg8000-w32]commands}
[testenv:py35-postgres-pg8000-w32]
+platform = win32
commands = {[pg8000-w32]commands}
[testenv:py36-postgres-pg8000-w32]
+platform = win32
commands = {[pg8000-w32]commands}
[postgres-pyodbc-w32]
+platform = win32
commands =
{[testenv]commands}
{envpython} -c "import pyodbc; print(pyodbc.drivers())"
@@ -548,18 +589,23 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pyodbc-w32]
+platform = win32
commands = {[postgres-pyodbc-w32]commands}
[testenv:py34-postgres-pyodbc-w32]
+platform = win32
commands = {[postgres-pyodbc-w32]commands}
[testenv:py35-postgres-pyodbc-w32]
+platform = win32
commands = {[postgres-pyodbc-w32]commands}
[testenv:py36-postgres-pyodbc-w32]
+platform = win32
commands = {[postgres-pyodbc-w32]commands}
[postgres-pypyodbc-w32]
+platform = win32
commands =
{[testenv]commands}
{envpython} -c "import pypyodbc; print(pypyodbc.drivers())"
@@ -569,47 +615,61 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pypyodbc-w32]
+platform = win32
commands = {[postgres-pypyodbc-w32]commands}
[testenv:py34-postgres-pypyodbc-w32]
+platform = win32
commands = {[postgres-pypyodbc-w32]commands}
[testenv:py35-postgres-pypyodbc-w32]
+platform = win32
commands = {[postgres-pypyodbc-w32]commands}
[testenv:py36-postgres-pypyodbc-w32]
+platform = win32
commands = {[postgres-pypyodbc-w32]commands}
[sqlite-w32]
+platform = win32
commands =
{[testenv]commands}
pytest --cov=sqlobject -D sqlite:/C:/projects/sqlobject/sqlobject_test.sqdb?debug=1
[testenv:py27-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
[testenv:py34-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
[testenv:py35-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
[testenv:py36-sqlite-w32]
+platform = win32
commands = {[sqlite-w32]commands}
[sqlite-memory-w32]
+platform = win32
commands =
{[testenv]commands}
pytest --cov=sqlobject -D sqlite:/:memory:?debug=1
[testenv:py27-sqlite-memory-w32]
+platform = win32
commands = {[sqlite-memory-w32]commands}
[testenv:py34-sqlite-memory-w32]
+platform = win32
commands = {[sqlite-memory-w32]commands}
[testenv:py35-sqlite-memory-w32]
+platform = win32
commands = {[sqlite-memory-w32]commands}
[testenv:py36-sqlite-memory-w32]
+platform = win32
commands = {[sqlite-memory-w32]commands}
-----------------------------------------------------------------------
Summary of changes:
tox.ini | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
hooks/post-receive
--
SQLObject development repository
|