Browse Source

Add basic travis config file.

Jelmer Vernooij 11 năm trước cách đây
mục cha
commit
3f9b05ded7
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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