summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0055a11b3bf8ee463beb8fffba49c30c112d8988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - 2.6
  - 2.7
  - 3.3

# matrix:

install:
    - python bootstrap.py
    - 'if [[ x"$(python -V 2>&1)" == x"Python 3"* ]];then ./bin/buildout -c py3.cfg;fi'
    - 'if [[ x"$(python -V 2>&1)" == x"Python 2"* ]];then ./bin/buildout;fi'

script: bin/test