From cde6bc8ed8c555bf1fc967e0b6bcc7f0bdbb1f5d Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 21 Jul 2019 12:59:24 -0300 Subject: [PATCH] update gitlab-ci.yml and README --- .gitlab-ci.yml | 1 - README.md | 6 ------ 2 files changed, 7 deletions(-) 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