summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1450ae96174a714f633b8226182b39edf1da60d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python

python:
  - 2.5
  - 2.6
  - 2.7
  - 3.2
  - pypy


virtualenv:
  system_site_packages: true

before_script:
  - source test.env

install:
  - export PYTHONIOENCODING=UTF8
  - python setup.py install

script:
  - ./tools/testall.py