浏览代码

Adds travis.yml for 2.5 branch

Ask Solem 13 年之前
父节点
当前提交
f33984b369
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: python
+python:
+    - 2.6
+    - 2.7
+install:
+    - pip install --use-mirrors tox
+script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox