1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
sudo: false language: python env: - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy - TOXENV=flake8 - TOXENV=checkspelling addons: apt: packages: - libtidy-0.99-0 - aspell - aspell-en install: - pip install tox - pip install coveralls script: - tox after_success: - coveralls branches: only: - master - md3