[Pkg-mpd-commits] [python-mpd] 216/262: add pypy to .travis.yml

Simon McVittie smcv at debian.org
Sun May 22 18:16:49 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 e5a75501d3bcb869e39cdc47b3a711c697005187
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Wed Jul 31 06:06:07 2013 +0200

    add pypy to .travis.yml
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 479f1cf..e5a3850 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
 language: python
 
 python:
-  - 2.7
-  - 3.2
+  - "2.7"
+  - "3.2"
+  - "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