language: python python: - "2.7" - "pypy" - "3.2" - "3.3" before_script: - "pip install --use-mirrors beautifulsoup4 PyYAML" script: python setup.py test