language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - pypy - pypy3 install: - pip install . - pip install pillow pytest-cov coveralls script: py.test --cov scss after_success: coveralls