diff --git a/tox.ini b/tox.ini index a71f8ee..84f3749 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ # These are used for local development and expect mailman.client to be # sitting in a directory next to this one. -[testenv:local-dev] +[testenv:dev] usedevelop = True basepython = python2.7 deps = @@ -40,7 +40,7 @@ pip install -e ../mailman.client django-admin.py test --settings=testing.test_settings {posargs:postorius} -[testenv:local-dev-record] +[testenv:dev-record] usedevelop = True basepython = python2.7 deps =