Преглед на файлове

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

Fabian Peter Hammerle преди 5 години
родител
ревизия
d14bf46717
променени са 1 файла, в които са добавени 0 реда и са изтрити 11 реда
  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
-```