[Python-modules-commits] [python-social-auth] 17/71: Remove duplicated pypy entry, add python 3.5

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 74c6616fee913ddd7929eda275d727b134e11850
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Oct 5 10:16:29 2015 -0300

    Remove duplicated pypy entry, add python 3.5
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b3d3b27..87d86c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ env:
 python:
   - "2.6"
   - "2.7"
-  - "pypy"
 matrix:
   include:
     - python: "pypy"
@@ -21,6 +20,10 @@ matrix:
       env:
         - REQUIREMENTS=requirements-python3.txt
         - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
+    - python: "3.5"
+      env:
+        - REQUIREMENTS=requirements-python3.txt
+        - TEST_REQUIREMENTS=social/tests/requirements-python3.txt
 addons:
   apt:
     packages:

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