diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-22 10:18:15 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-04-20 22:05:57 +0100 |
commit | 89917f1fd0cff5c5be3bdad19cc022e78ee645ba (patch) | |
tree | 117da4904c005d28c5d045e204171014ed327f26 | |
parent | 1d18c34c51e71c8557747e33b73da6ef320b7d78 (diff) | |
download | cryptography-89917f1fd0cff5c5be3bdad19cc022e78ee645ba.tar.gz cryptography-89917f1fd0cff5c5be3bdad19cc022e78ee645ba.tar.bz2 cryptography-89917f1fd0cff5c5be3bdad19cc022e78ee645ba.zip |
Alphabetize tox.ini deps
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,8 +17,8 @@ commands = deps = pyenchant sphinx - sphinxcontrib-spelling sphinx_rtd_theme + sphinxcontrib-spelling basepython = python2.7 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html @@ -42,16 +42,16 @@ commands = [testenv:pep8] deps = flake8 - pep8-naming flake8-import-order + pep8-naming commands = flake8 . [testenv:py3pep8] basepython = python3.3 deps = flake8 - pep8-naming flake8-import-order + pep8-naming commands = flake8 . [flake8] |