Explorar o código

Add basic travis config file.

Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
3f9b05ded7
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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