summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-01-18 18:50:07 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-01-18 18:51:07 +0000
commit43d6bde3f69d1b6b50c529c7d33ea544b5af618c (patch)
tree577d423f571ae8b9e9bea7dfdfa05de34967f8c2 /.travis.yml
parent981a3d55cce44e45701a2fc76104f20595414e1f (diff)
downloadpython-fastimport-git-43d6bde3f69d1b6b50c529c7d33ea544b5af618c.tar.gz
Add travis config.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..68ed568
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: python -m unittest fastimport.tests.test_suite