[Python-modules-commits] [python-pyld] 273/276: Test on more Python versions
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Oct 8 23:48:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pyld.
commit 15a34dd753e192709b82a61f14c1c9768bbb4396
Author: Corey Farwell <coreyf at rwell.org>
Date: Mon Sep 22 20:42:54 2014 -0400
Test on more Python versions
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 44c322b..3f67a23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
+ - "pypy"
- "3.2"
- "3.3"
+ - "3.4"
+ - "pypy3"
# no requirements, but simulate what a user would see
install: pip install .
# download test suite and run tests... submodule? meta testing project with
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git
More information about the Python-modules-commits
mailing list