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 430bb09733f96084463e24ec132200df0bfebee7 (commit)
from 1d4a2891843bd4c35b27ff6491d606cb00bbcc32 (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/430bb09733f96084463e24ec132200df0bfebee7
commit 430bb09733f96084463e24ec132200df0bfebee7
Author: Oleg Broytman <ph...@ph...>
Date: Sun Feb 3 21:52:38 2019 +0300
CI: Require pip < 19.1 for Python 2.7 and 3.4
diff --git a/.travis.yml b/.travis.yml
index d78da31..26512db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -175,7 +175,7 @@ before_install:
sudo chmod 644 /var/lib/firebird/create_test_db;
fi
-install: travis_retry pip install --upgrade pip setuptools tox coveralls codecov ppu
+install: travis_retry pip install --upgrade "pip < 19.1" setuptools tox coveralls codecov ppu
script: tox
diff --git a/appveyor.yml b/appveyor.yml
index 8530db4..dc63324 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -162,7 +162,7 @@ install:
- "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- - "python -m pip install --upgrade pip setuptools"
+ - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
- "pip install --upgrade \"tox < 3.1\" ppu"
- "pip --version"
# List ODBC drivers
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
appveyor.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
SQLObject development repository
|