[Python-modules-commits] [python-social-auth] 12/71: Swtich travisci from legacy to container infrastructure

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:21 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 dae128023443a683f4cd24c0d0f984114e19ab2c
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sun Oct 4 23:04:30 2015 -0300

    Swtich travisci from legacy to container infrastructure
---
 .travis.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d9380b2..9cfd567 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: python
+sudo: false
 env:
   global:
     - REQUIREMENTS=requirements.txt
@@ -17,9 +18,11 @@ matrix:
       env:
           - REQUIREMENTS=requirements-python3.txt
           - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -y libxmlsec1-dev swig
+            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