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 520518ce50c7f0df6e4212b55e5a12009c6e2844 (commit)
from 7453dbc816d194e7ed3336ef5123aa4b05d39126 (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/520518ce50c7f0df6e4212b55e5a12009c6e2844
commit 520518ce50c7f0df6e4212b55e5a12009c6e2844
Author: Oleg Broytman <ph...@ph...>
Date: Sun Dec 10 15:53:25 2017 +0300
CI: Upgrade pip and setuptools
diff --git a/.travis.yml b/.travis.yml
index be4d42e..1719163 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -149,7 +149,7 @@ before_install:
sudo chmod 644 /var/lib/firebird/create_test_db;
fi
-install: travis_retry pip install tox coveralls codecov ppu
+install: travis_retry pip install --upgrade pip setuptools tox coveralls codecov ppu
script: tox -e ${TOXENV}
diff --git a/appveyor.yml b/appveyor.yml
index a18c941..6e6512f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -259,7 +259,7 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "pip --version"
- - "pip install tox ppu"
+ - "pip install --upgrade pip setuptools tox ppu"
# List ODBC drivers
- ps: Get-OdbcDriver -Platform 32-bit | Select-Object -ExpandProperty Name
- ps: Get-OdbcDriver -Platform 64-bit | Select-Object -ExpandProperty Name
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
appveyor.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
SQLObject development repository
|