0f9f919
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