浏览代码

Add basic travis config file.

Jelmer Vernooij 11 年之前
父节点
当前提交
3f9b05ded7
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -0,0 +1,5 @@
+language: python
+python:
+  - "2.7"
+  - "2.6"
+script: make check