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 ed64be0ed032055b0a6613fe3051d83a74ded566 (commit)
from be130c38f1ea2f31965345a537157124b6875dca (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/ed64be0ed032055b0a6613fe3051d83a74ded566
commit ed64be0ed032055b0a6613fe3051d83a74ded566
Author: Oleg Broytman <ph...@ph...>
Date: Tue Apr 2 02:38:37 2019 +0300
CI: At Travis run tests with oursql driver updated for Python 3.7
diff --git a/.travis.yml b/.travis.yml
index a262724..acd3e87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,9 @@ matrix:
env: TOXENV=py35-mysql-oursql3
- python: "3.6"
env: TOXENV=py36-mysql-oursql3
+ - python: "3.7"
+ dist: xenial
+ env: TOXENV=py37-mysql-oursql3
- python: "2.7"
env: TOXENV=py27-pymysql
- python: "3.4"
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
SQLObject development repository
|