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 a53bf5cf67d28063ae04c1359ca250b62af14f77 (commit)
from 480a4b74efd7ebc159d35c51fbf004be0ed35000 (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/a53bf5cf67d28063ae04c1359ca250b62af14f77
commit a53bf5cf67d28063ae04c1359ca250b62af14f77
Author: Oleg Broytman <ph...@ph...>
Date: Sun Nov 6 09:48:51 2016 +0300
Declarative dependencies for Travis CI
diff --git a/.travis.yml b/.travis.yml
index 35efcec..fc8002b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@ language: python
cache: pip
addons:
+ apt:
+ packages:
+ - python-egenix-mxdatetime
+ - python-mysqldb
+ - python-psycopg2
+ - python3-psycopg2
postgresql: "9.4"
env:
@@ -24,10 +30,6 @@ env:
- TOXENV=py27-flake8
- TOXENV=py34-flake8
-before_install:
- - sudo apt-get -qq update
- - sudo apt-get install -y python-egenix-mxdatetime python-mysqldb python-psycopg2 python3-psycopg2
-
install: pip install tox coveralls codecov
matrix:
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
SQLObject development repository
|