Parcourir la source

Adds travis.yml for 2.5 branch

Ask Solem il y a 13 ans
Parent
commit
f33984b369
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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