summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:26:10 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:26:10 +0200
commit000d85887ebc649e78a6142b145a712619f4c4a4 (patch)
treee53b9c409938f2ee895f4f0496f7ea1dcee53c26 /.travis.yml
parent8ad408e5c964fc7708f9270ee0106a61c6073e3d (diff)
downloadsemantic-version-000d85887ebc649e78a6142b145a712619f4c4a4.tar.gz
Typo in travis-ci filename.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5873a42
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+script: "python setup.py test"
+notifications:
+ email: false
+ irc: "irc.freenode.org#xelnext"
+