Skip to content

Commit

Permalink
better ini file format
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenkoff committed Dec 9, 2013
1 parent 50827a4 commit 3e21b43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
@@ -1,13 +1,13 @@
[tox]
distshare={homedir}/.tox/distshare
envlist=py27
indexserver=
distshare = {homedir}/.tox/distshare
envlist = py27
indexserver =
pypi = https://pypi.python.org/simple

[testenv]
commands= py.test --pep8 --junitxml={envlogdir}/junit-{envname}.xml
commands = py.test --pep8 --junitxml={envlogdir}/junit-{envname}.xml
deps = -r{toxinidir}/requirements-testing.txt

[pytest]
addopts=wrap2 tests -vv -l
pep8maxlinelength=120
addopts = wrap2 tests -vv -l
pep8maxlinelength = 120

0 comments on commit 3e21b43

Please sign in to comment.