[Python-modules-commits] [python-social-auth] 14/71: Fix travis conf

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit 67919ec9e2b7d80805a6fa3614d051a7d38713d3
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sun Oct 4 23:08:33 2015 -0300

    Fix travis conf
---
 .travis.yml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1d81922..705c3cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,16 +12,17 @@ matrix:
   include:
     - python: "3.3"
       env:
-          - REQUIREMENTS=requirements-python3.txt
-          - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
+        - REQUIREMENTS=requirements-python3.txt
+        - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
     - python: "3.4"
       env:
-          - REQUIREMENTS=requirements-python3.txt
-          - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
-apt:
-  packages:
-    - libxmlsec1-dev
-    - swig
+        - REQUIREMENTS=requirements-python3.txt
+        - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
+addons:
+  apt:
+    packages:
+      - libxmlsec1-dev
+      - swig
 install:
   - "python setup.py -q install"
   - "travis_retry pip install -r $REQUIREMENTS"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list