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 fdc40081eb3e12591e5d6603204854512e1a4ca8 (commit)
from 520518ce50c7f0df6e4212b55e5a12009c6e2844 (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/fdc40081eb3e12591e5d6603204854512e1a4ca8
commit fdc40081eb3e12591e5d6603204854512e1a4ca8
Author: Oleg Broytman <ph...@ph...>
Date: Mon Dec 11 20:54:27 2017 +0300
CI: Rename TOX_ENV -> TOXENV; execute tox (no need to pass TOXENV)
diff --git a/.travis.yml b/.travis.yml
index 1719163..72148bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -151,7 +151,7 @@ before_install:
install: travis_retry pip install --upgrade pip setuptools tox coveralls codecov ppu
-script: tox -e ${TOXENV}
+script: tox
after_success:
- cd sqlobject
diff --git a/appveyor.yml b/appveyor.yml
index 6e6512f..c6641fc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,221 +33,221 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\run_with_env.cmd"
matrix:
- - TOX_ENV: "py27-mysql-connector-w32"
+ - TOXENV: "py27-mysql-connector-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27"
db: mysql
- - TOX_ENV: "py34-mysql-connector-w32"
+ - TOXENV: "py34-mysql-connector-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34"
db: mysql
- - TOX_ENV: "py35-mysql-connector-w32"
+ - TOXENV: "py35-mysql-connector-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35"
db: mysql
- - TOX_ENV: "py36-mysql-connector-w32"
+ - TOXENV: "py36-mysql-connector-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36"
db: mysql
- - TOX_ENV: "py27-mysql-pyodbc-w32"
+ - TOXENV: "py27-mysql-pyodbc-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27-x64"
db: mysql
- - TOX_ENV: "py34-mysql-pyodbc-w32"
+ - TOXENV: "py34-mysql-pyodbc-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
db: mysql
- - TOX_ENV: "py27-postgres-psycopg-w32"
+ - TOXENV: "py27-postgres-psycopg-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27"
db: postgresql
- - TOX_ENV: "py27-postgres-psycopg-w32"
+ - TOXENV: "py27-postgres-psycopg-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27-x64"
db: postgresql
- - TOX_ENV: "py34-postgres-psycopg-w32"
+ - TOXENV: "py34-postgres-psycopg-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34"
db: postgresql
- - TOX_ENV: "py34-postgres-psycopg-w32"
+ - TOXENV: "py34-postgres-psycopg-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
db: postgresql
- - TOX_ENV: "py35-postgres-psycopg-w32"
+ - TOXENV: "py35-postgres-psycopg-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35"
db: postgresql
- - TOX_ENV: "py35-postgres-psycopg-w32"
+ - TOXENV: "py35-postgres-psycopg-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35-x64"
db: postgresql
- - TOX_ENV: "py36-postgres-psycopg-w32"
+ - TOXENV: "py36-postgres-psycopg-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36"
db: postgresql
- - TOX_ENV: "py36-postgres-psycopg-w32"
+ - TOXENV: "py36-postgres-psycopg-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36-x64"
db: postgresql
- - TOX_ENV: "py27-postgres-pygresql-w32"
+ - TOXENV: "py27-postgres-pygresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27-x64"
db: postgresql
- - TOX_ENV: "py34-postgres-pygresql-w32"
+ - TOXENV: "py34-postgres-pygresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
db: postgresql
- - TOX_ENV: "py35-postgres-pygresql-w32"
+ - TOXENV: "py35-postgres-pygresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35-x64"
db: postgresql
- - TOX_ENV: "py36-postgres-pygresql-w32"
+ - TOXENV: "py36-postgres-pygresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36-x64"
db: postgresql
- - TOX_ENV: "py34-pypostgresql-w32"
+ - TOXENV: "py34-pypostgresql-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34"
db: postgresql
- - TOX_ENV: "py34-pypostgresql-w32"
+ - TOXENV: "py34-pypostgresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
db: postgresql
- - TOX_ENV: "py35-pypostgresql-w32"
+ - TOXENV: "py35-pypostgresql-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35"
db: postgresql
- - TOX_ENV: "py35-pypostgresql-w32"
+ - TOXENV: "py35-pypostgresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35-x64"
db: postgresql
- - TOX_ENV: "py36-pypostgresql-w32"
+ - TOXENV: "py36-pypostgresql-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36"
db: postgresql
- - TOX_ENV: "py36-pypostgresql-w32"
+ - TOXENV: "py36-pypostgresql-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36-x64"
db: postgresql
- - TOX_ENV: "py27-postgres-pg8000-w32"
+ - TOXENV: "py27-postgres-pg8000-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27"
db: postgresql
- - TOX_ENV: "py27-postgres-pg8000-w32"
+ - TOXENV: "py27-postgres-pg8000-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27-x64"
db: postgresql
- - TOX_ENV: "py34-postgres-pg8000-w32"
+ - TOXENV: "py34-postgres-pg8000-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34"
db: postgresql
- - TOX_ENV: "py34-postgres-pg8000-w32"
+ - TOXENV: "py34-postgres-pg8000-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
db: postgresql
- - TOX_ENV: "py35-postgres-pg8000-w32"
+ - TOXENV: "py35-postgres-pg8000-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35"
db: postgresql
- - TOX_ENV: "py35-postgres-pg8000-w32"
+ - TOXENV: "py35-postgres-pg8000-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35-x64"
db: postgresql
- - TOX_ENV: "py36-postgres-pg8000-w32"
+ - TOXENV: "py36-postgres-pg8000-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36"
db: postgresql
- - TOX_ENV: "py36-postgres-pg8000-w32"
+ - TOXENV: "py36-postgres-pg8000-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36-x64"
db: postgresql
- - TOX_ENV: "py27-postgres-pyodbc-w32"
+ - TOXENV: "py27-postgres-pyodbc-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27-x64"
db: postgresql
- - TOX_ENV: "py34-postgres-pyodbc-w32"
+ - TOXENV: "py34-postgres-pyodbc-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
db: postgresql
- - TOX_ENV: "py27-sqlite-w32"
+ - TOXENV: "py27-sqlite-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27"
- - TOX_ENV: "py27-sqlite-w32"
+ - TOXENV: "py27-sqlite-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27-x64"
- - TOX_ENV: "py34-sqlite-w32"
+ - TOXENV: "py34-sqlite-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34"
- - TOX_ENV: "py34-sqlite-w32"
+ - TOXENV: "py34-sqlite-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
- - TOX_ENV: "py35-sqlite-w32"
+ - TOXENV: "py35-sqlite-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35"
- - TOX_ENV: "py35-sqlite-w32"
+ - TOXENV: "py35-sqlite-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35-x64"
- - TOX_ENV: "py36-sqlite-w32"
+ - TOXENV: "py36-sqlite-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36"
- - TOX_ENV: "py36-sqlite-w32"
+ - TOXENV: "py36-sqlite-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36-x64"
- - TOX_ENV: "py27-sqlite-memory-w32"
+ - TOXENV: "py27-sqlite-memory-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7"
PYTHON_HOME: "C:\\Python27"
- - TOX_ENV: "py34-sqlite-memory-w32"
+ - TOXENV: "py34-sqlite-memory-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.4"
PYTHON_HOME: "C:\\Python34-x64"
- - TOX_ENV: "py35-sqlite-memory-w32"
+ - TOXENV: "py35-sqlite-memory-w32"
PYTHON_ARCH: "32"
PYTHON_VERSION: "3.5"
PYTHON_HOME: "C:\\Python35"
- - TOX_ENV: "py36-sqlite-memory-w32"
+ - TOXENV: "py36-sqlite-memory-w32"
PYTHON_ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_HOME: "C:\\Python36-x64"
@@ -268,7 +268,7 @@ install:
build: false
test_script:
- - "%CMD_IN_ENV% tox -e %TOX_ENV%"
+ - "%CMD_IN_ENV% tox"
after_test:
- "remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache"
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
appveyor.yml | 94 ++++++++++++++++++++++++++++++------------------------------
2 files changed, 48 insertions(+), 48 deletions(-)
hooks/post-receive
--
SQLObject development repository
|