]> jfr.im git - z_archive/twitter.git/commitdiff
Add Travis CI
authorhugovk <redacted>
Tue, 15 Apr 2014 08:11:50 +0000 (11:11 +0300)
committerhugovk <redacted>
Tue, 15 Apr 2014 08:11:50 +0000 (11:11 +0300)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..15a58d3
--- /dev/null
@@ -0,0 +1,18 @@
+language: python
+
+python:
+- "2.6"
+- "2.7"
+- "3.3"
+- "3.4"
+- "pypy"
+
+
+script: nosetests
+
+matrix:
+  allow_failures:
+    - python: "2.6"
+    - python: "3.3"
+    - python: "3.4"
+    - python: "pypy"