diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14cc31b..6dc2461 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,4 @@ tests: - ls - cp config.ci.py config.py - pipenv run ./manage.py migrate - - pipenv run ./manage.py setup_tests - tox diff --git a/README.md b/README.md index a696c84..47eab60 100644 --- a/README.md +++ b/README.md @@ -145,13 +145,7 @@ $ pipenv run ./manage.py migrate ## Running tests -Running tests involves creating dummy users with known passwords. Because of -this, you should never setup a testing environment in production. - ```sh -# Setup any testing users: -$ pipenv run ./manage.py setup_tests - # Install tox: $ pip install tox