summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:24:20 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:24:20 +0200
commit8ad408e5c964fc7708f9270ee0106a61c6073e3d (patch)
tree021213b196674c0897d339d3eb1adb17d6431edf
parent75204f2466d6d484289316b4790fd82d3f987d28 (diff)
downloadsemantic-version-8ad408e5c964fc7708f9270ee0106a61c6073e3d.tar.gz
Add travis-ci config.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--.travis.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yaml
new file mode 100644
index 0000000..5873a42
--- /dev/null
+++ b/.travis.yaml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+script: "python setup.py test"
+notifications:
+ email: false
+ irc: "irc.freenode.org#xelnext"
+