blob: 4a80fc8bd5ff129c5e11281dacbb87646472883f [file] [log] [blame]
Alex Gaynor0f66c6d2013-08-07 12:18:02 -07001[tox]
2envlist = py26,py27,pypy,py32,py33,docs,pep8
3
4[testenv]
5deps = pytest
6commands = py.test
7
8[testenv:docs]
9deps = sphinx
10basepython = python2.7
11changedir = docs
12commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
13
14[testenv:pep8]
15deps = flake8
16commands = flake8 cryptography/ tests/ docs/