[Python-modules-commits] [python-social-auth] 293/322: Ensure that all the requirements are installed

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:21 UTC 2016


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

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

commit 4d4c3f8e1b1023f61b87751ba448bb948b51e912
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Fri May 8 01:51:01 2015 -0300

    Ensure that all the requirements are installed
---
 .travis.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cfb9e64..f7aca6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: python
 env:
   global:
+    - REQUIREMENTS=requirements.txt
     - TEST_REQUIREMENTS=social/tests/requirements.txt
 python:
   - "2.6"
@@ -9,11 +10,16 @@ python:
 matrix:
   include:
     - python: "3.3"
-      env: TEST_REQUIREMENTS=social/tests/requirements-python3.txt
+      env:
+          - REQUIREMENTS=requirements-python3.txt
+          - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
     - python: "3.4"
-      env: TEST_REQUIREMENTS=social/tests/requirements-python3.txt
+      env:
+          - REQUIREMENTS=requirements-python3.txt
+          - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
 install:
   - "python setup.py -q install"
+  - "travis_retry pip install -r $REQUIREMENTS"
   - "travis_retry pip install -r $TEST_REQUIREMENTS"
 script:
   - "nosetests --with-coverage --cover-package=social --where=social/tests"

-- 
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