Browse Source

readme: remove test commands (see .github/workflows/python.yml instead)

Fabian Peter Hammerle 4 years ago
parent
commit
d14bf46717
1 changed files with 0 additions and 11 deletions
  1. 0 11
      README.md

+ 0 - 11
README.md

@@ -37,14 +37,3 @@ Remove files from output directory that are not available in input:
 ```sh
 $ ical2vdir < input.ics --output-dir /some/path --delete
 ```
-
-### Run Tests
-
-```sh
-$ git clone https://github.com/fphammerle/ical2vdir.git
-$ cd ical2vdir
-$ pipenv sync --dev
-$ pipenv run pylint ical2vdir
-$ pipenv run mypy ical2vdir
-$ pipenv run pytest --cov=ical2vdir --cov-report=term-missing --cov-fail-under=100
-```