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 dc3ff012c220b6ee44a0ede7b467de4c0f5167b8 (commit)
via 8fd31c32bd420f19cf02e64088436d82e936aaab (commit)
from f542e4e1ae3c047a124922ca90df755d50f907d1 (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/dc3ff012c220b6ee44a0ede7b467de4c0f5167b8
commit dc3ff012c220b6ee44a0ede7b467de4c0f5167b8
Author: Oleg Broytman <ph...@ph...>
Date: Mon Feb 25 22:54:38 2019 +0300
Tests(tox): Use easy_install to install mxDateTime
Use `easy_install` to install `egenix-mx-base` eggs
directly from downloads.egenix.com.
diff --git a/tox.ini b/tox.ini
index 0af7ecb..dc17448 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ commands =
{envpython} -c "import struct; print(struct.calcsize('P') * 8)"
deps =
-rdevscripts/requirements/requirements_tests.txt
- py27: egenix-mx-base
mysqldb: mysql-python
mysqlclient: mysqlclient
mysql-connector: mysql-connector <= 2.2.2
@@ -55,7 +54,9 @@ commands =
mysql -uroot -e 'drop database sqlobject_test;'
[testenv:py27-mysqldb]
-commands = {[mysqldb]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysqldb]commands}
[mysqlclient]
commands =
@@ -86,7 +87,9 @@ commands =
mysql -uroot -e 'drop database sqlobject_test;'
[testenv:py27-mysql-connector]
-commands = {[mysql-connector]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysql-connector]commands}
[testenv:py34-mysql-connector]
commands = {[mysql-connector]commands}
@@ -109,7 +112,9 @@ commands =
mysql -uroot -e 'drop database sqlobject_test;'
[testenv:py27-mysql-oursql]
-commands = {[oursql]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[oursql]commands}
[testenv:py34-mysql-oursql3]
commands = {[oursql]commands}
@@ -132,7 +137,9 @@ commands =
mysql -uroot -e 'drop database sqlobject_test;'
[testenv:py27-pymysql]
-commands = {[pymysql]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[pymysql]commands}
[testenv:py34-pymysql]
commands = {[pymysql]commands}
@@ -156,7 +163,9 @@ commands =
mysql -uroot -e 'drop database sqlobject_test;'
[testenv:py27-mysql-pyodbc]
-commands = {[mysql-pyodbc]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysql-pyodbc]commands}
[testenv:py34-mysql-pyodbc]
commands = {[mysql-pyodbc]commands}
@@ -179,7 +188,9 @@ commands =
mysql -uroot -e 'drop database sqlobject_test;'
[testenv:py27-mysql-pypyodbc]
-commands = {[mysql-pypyodbc]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysql-pypyodbc]commands}
[testenv:py34-mysql-pypyodbc]
commands = {[mysql-pypyodbc]commands}
@@ -203,7 +214,9 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-psycopg]
-commands = {[psycopg]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[psycopg]commands}
[testenv:py34-postgres-psycopg]
commands = {[psycopg]commands}
@@ -226,7 +239,9 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pygresql]
-commands = {[pygresql]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[pygresql]commands}
[testenv:py34-postgres-pygresql]
commands = {[pygresql]commands}
@@ -269,7 +284,9 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pg8000]
-commands = {[pg8000]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[pg8000]commands}
[testenv:py34-postgres-pg8000]
commands = {[pg8000]commands}
@@ -293,7 +310,9 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pyodbc]
-commands = {[postgres-pyodbc]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[postgres-pyodbc]commands}
[testenv:py34-postgres-pyodbc]
commands = {[postgres-pyodbc]commands}
@@ -316,7 +335,9 @@ commands =
dropdb -U postgres -w sqlobject_test
[testenv:py27-postgres-pypyodbc]
-commands = {[postgres-pypyodbc]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[postgres-pypyodbc]commands}
[testenv:py34-postgres-pypyodbc]
commands = {[postgres-pypyodbc]commands}
@@ -340,7 +361,9 @@ commands =
rm -f /tmp/sqlobject_test.sqdb
[testenv:py27-sqlite]
-commands = {[sqlite]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[sqlite]commands}
[testenv:py34-sqlite]
commands = {[sqlite]commands}
@@ -360,7 +383,9 @@ commands =
pytest --cov=sqlobject -D sqlite:/:memory:?debug=1
[testenv:py27-sqlite-memory]
-commands = {[sqlite-memory]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[sqlite-memory]commands}
[testenv:py34-sqlite-memory]
commands = {[sqlite-memory]commands}
@@ -384,7 +409,9 @@ commands =
sudo rm -f /tmp/test.fdb
[testenv:py27-firebird-fdb]
-commands = {[fdb]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[fdb]commands}
[testenv:py34-firebird-fdb]
commands = {[fdb]commands}
@@ -407,7 +434,9 @@ commands =
sudo rm -f /tmp/test.fdb
[testenv:py27-firebirdsql]
-commands = {[firebirdsql]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[firebirdsql]commands}
[testenv:py34-firebirdsql]
commands = {[firebirdsql]commands}
@@ -450,7 +479,9 @@ commands =
[testenv:py27-mssql-pyodbc-w32]
platform = win32
-commands = {[mssql-pyodbc-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mssql-pyodbc-w32]commands}
[testenv:py34-mssql-pyodbc-w32]
platform = win32
@@ -481,7 +512,9 @@ commands =
[testenv:py27-mysql-connector-w32]
platform = win32
-commands = {[mysql-connector-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysql-connector-w32]commands}
[testenv:py34-mysql-connector-w32]
platform = win32
@@ -512,7 +545,9 @@ commands =
[testenv:py27-pymysql-w32]
platform = win32
-commands = {[pymysql-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[pymysql-w32]commands}
[testenv:py34-pymysql-w32]
platform = win32
@@ -544,7 +579,9 @@ commands =
[testenv:py27-mysql-pyodbc-w32]
platform = win32
-commands = {[mysql-pyodbc-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysql-pyodbc-w32]commands}
[testenv:py34-mysql-pyodbc-w32]
platform = win32
@@ -576,7 +613,9 @@ commands =
[testenv:py27-mysql-pypyodbc-w32]
platform = win32
-commands = {[mysql-pypyodbc-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[mysql-pypyodbc-w32]commands}
[testenv:py34-mysql-pypyodbc-w32]
platform = win32
@@ -607,7 +646,9 @@ commands =
[testenv:py27-postgres-psycopg-w32]
platform = win32
-commands = {[psycopg-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[psycopg-w32]commands}
[testenv:py34-postgres-psycopg-w32]
platform = win32
@@ -638,7 +679,9 @@ commands =
[testenv:py27-postgres-pygresql-w32]
platform = win32
-commands = {[pygresql-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[pygresql-w32]commands}
[testenv:py34-postgres-pygresql-w32]
platform = win32
@@ -696,7 +739,9 @@ commands =
[testenv:py27-postgres-pg8000-w32]
platform = win32
-commands = {[pg8000-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[pg8000-w32]commands}
[testenv:py34-postgres-pg8000-w32]
platform = win32
@@ -728,7 +773,9 @@ commands =
[testenv:py27-postgres-pyodbc-w32]
platform = win32
-commands = {[postgres-pyodbc-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[postgres-pyodbc-w32]commands}
[testenv:py34-postgres-pyodbc-w32]
platform = win32
@@ -760,7 +807,9 @@ commands =
[testenv:py27-postgres-pypyodbc-w32]
platform = win32
-commands = {[postgres-pypyodbc-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[postgres-pypyodbc-w32]commands}
[testenv:py34-postgres-pypyodbc-w32]
platform = win32
@@ -788,7 +837,9 @@ commands =
[testenv:py27-sqlite-w32]
platform = win32
-commands = {[sqlite-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[sqlite-w32]commands}
[testenv:py34-sqlite-w32]
platform = win32
@@ -816,7 +867,9 @@ commands =
[testenv:py27-sqlite-memory-w32]
platform = win32
-commands = {[sqlite-memory-w32]commands}
+commands =
+ easy_install -i https://downloads.egenix.com/python/index/ucs2/ egenix-mx-base
+ {[sqlite-memory-w32]commands}
[testenv:py34-sqlite-memory-w32]
platform = win32
http://sourceforge.net/p/sqlobject/sqlobject/ci/8fd31c32bd420f19cf02e64088436d82e936aaab
commit 8fd31c32bd420f19cf02e64088436d82e936aaab
Author: Oleg Broytman <ph...@ph...>
Date: Mon Feb 25 21:25:30 2019 +0300
CI: Remove branch limitations
diff --git a/.travis.yml b/.travis.yml
index 4f375a4..a262724 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,3 @@
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
- only:
- - master
-
language: python
python:
diff --git a/appveyor.yml b/appveyor.yml
index dc63324..953cc8a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,14 +3,6 @@
# and Michael Sverdlik's appveyor-utils (https://github.com/cloudify-cosmo/appveyor-utils)
version: '{branch}-{build}'
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
- only:
- - master
-skip_branch_with_pr: false
-skip_tags: true
-
cache:
- '%LOCALAPPDATA%\pip\Cache'
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 6 ----
appveyor.yml | 8 -----
tox.ini | 109 ++++++++++++++++++++++++++++++++++++++++++++---------------
3 files changed, 81 insertions(+), 42 deletions(-)
hooks/post-receive
--
SQLObject development repository
|