Browse Source

Adds travis.yml for 2.5 branch

Ask Solem 13 năm trước cách đây
mục cha
commit
f33984b369
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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