From 59b42b085931c44fb474753e04cead8bc8945de8 Mon Sep 17 00:00:00 2001 From: juga0 <juga@riseup.net> Date: Tue, 28 Aug 2018 15:10:23 +0000 Subject: [PATCH] And remove it from README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 7072f8b7..ddf4d200 100644 --- a/README.md +++ b/README.md @@ -133,12 +133,3 @@ In this directory you will find - `v3bw/` This directory stores the v3bw files created with `sbws generate`. - `state.dat` A file for storing state needed between sbws commands. See its documentation for more information. - -## Running tests - -Make sure you have test dependencies installed. From within the top level -repository directory: - - pip install -e .[test] - -This should install tox and pytest. Then simply run `tox`. -- GitLab