[Pkg-mpd-commits] [python-mpd] 167/262: Configure the repository to use Travis CI
Simon McVittie
smcv at debian.org
Sun May 22 18:16:42 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 86d687987224913f37b5318d81c6d1a6fae3c8ed
Author: Jonathan Ballet <jon at multani.info>
Date: Sat Dec 22 09:57:11 2012 +0800
Configure the repository to use Travis CI
This doesn't test Python 2.6, since I don't know how to install unittest2
only if we are testing this version of Python.
---
.travis.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..479f1cf
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+
+python:
+ - 2.7
+ - 3.2
+
+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