aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 57f70f9fb93f7ecf1562874577c9154ced05379b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.6"
  - "2.7"
  - "pypy"
  - "3.2"
  - "3.3"
before_script:
  - "pip install --use-mirrors ."
script: PYTHONPATH=$PYTHONPATH:. python test/test_html2text.py -v