Browse Source

Add basic travis config file.

Jelmer Vernooij 11 years ago
parent
commit
3f9b05ded7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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