aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-06-02 14:54:06 +0200
committerMatěj Cepl <mcepl@redhat.com>2014-06-02 15:14:15 +0200
commit735015800cecf9ccd0f4ac52a4e83591d6d94a5d (patch)
tree09a48ad9c9e0f657dc46b8cd4f7ecb97ffe21e36 /.travis.yml
parent1c78be3b421ea6c7f4254c7c957bed4cb82ef0e8 (diff)
downloadyamlish-735015800cecf9ccd0f4ac52a4e83591d6d94a5d.tar.gz
Add Travis-CI support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..20af494
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "pypy"
+script: PYTHONPATH=$PYTHONPATH:. python setup.py test