summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1f0623445e20adf39cf0ba46c2c89d0f0175abba (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - 2.5
  - 2.6
  - 2.7
  - 3.2
  - pypy
script:
  - python setup.py egg_info && python selftest.py