~netlandish/django-wiki

ba6fb2135cf0b4c30853b961fa4964627fa688ae — Branko Majic 6 years ago 0fecb80
Set usedevelop to false in tox configuration file (issue #644):

- Set the usedevelop value to false, since it is considered dangerous
  to assume that the development environment is the same as the
  distributed one (same set of files etc may not be present).
1 files changed, 1 insertions(+), 1 deletions(-)

M tox.ini
M tox.ini => tox.ini +1 -1
@@ 30,7 30,7 @@ commands =
  sh -c '! testproject/manage.py makemigrations --dry-run --exit --noinput'
  pytest --basetemp={envtmpdir} --ds=tests.settings --cov=src/wiki --cov-config .coveragerc {posargs}

usedevelop = true
usedevelop = false

deps =
  .[test]