Browse Source

Adds travis.yml for 2.5 branch

Ask Solem 13 years ago
parent
commit
f33984b369
1 changed files with 7 additions and 0 deletions
  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