[Pkg-mpd-commits] [python-mpd] 236/262: Enable automated testing on Python 3.3, 3.4

Simon McVittie smcv at debian.org
Sun May 22 18:16:51 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 b15054738e3823989331c51931ea262d6ba430ea
Author: Corey Farwell <coreyf at rwell.org>
Date:   Tue Jun 24 19:43:02 2014 -0700

    Enable automated testing on Python 3.3, 3.4
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e5a3850..54bf7e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ language: python
 python:
   - "2.7"
   - "3.2"
+  - "3.3"
+  - "3.4"
   - "pypy"
 
 script: python test.py

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