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

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

matrix:
  allow_failures:
    - python: 3.2
    - python: pypy

script:
  - pip install -q --use-mirrors nose
  - python setup.py install
  - nosetests -w /tmp blessings.tests