[Pkg-mpd-commits] [python-mpd] 255/262: add python3.5 to the test suite

Simon McVittie smcv at debian.org
Sun May 22 18:16:55 UTC 2016


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

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 16506abd4f4282cce3d9a0dd9dcc7f6f9da3994e
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Fri Dec 11 12:06:03 2015 +0100

    add python3.5 to the test suite
---
 .travis.yml | 1 +
 tox.ini     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1d6d83f..43d4ecc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
   - "3.2"
   - "3.3"
   - "3.4"
+  - "3.5"
   - "pypy"
 
 script: python test.py
diff --git a/tox.ini b/tox.ini
index 0c9f8ff..c832d3b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py32,py33,py34,pypy
+envlist = py26,py27,py32,py33,py34,py35,pypy
 
 [testenv]
 deps = mock

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list