]> kaliko git repositories - python-musicpd.git/blobdiff - .travis.yml
Add travis
[python-musicpd.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..8aa0394
--- /dev/null
@@ -0,0 +1,12 @@
+language: python
+
+branches:
+  only:
+    - dev
+
+python:
+  - "3.2"
+  - "3.3"
+  - "3.4"
+
+script: python3 setup.py test