comparison .travis.yml @ 4522:a9a1560dad79

setup: clarify that we only support 2.6 and 2.7
author Mads Kiilerich <madski@unity3d.com>
date Wed, 24 Sep 2014 14:24:40 +0200
parents 13c0ab8eb343
children e285bb7abb28
comparison
equal deleted inserted replaced
4521:5f310a5597bf 4522:a9a1560dad79
1 language: python 1 language: python
2 python: 2 python:
3 - "2.5"
4 - "2.6" 3 - "2.6"
5 - "2.7" 4 - "2.7"
6 5
7 env: 6 env:
8 - TEST_DB=sqlite:////tmp/kallithea_test.sqlite 7 - TEST_DB=sqlite:////tmp/kallithea_test.sqlite