We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f939480 commit ea0f857Copy full SHA for ea0f857
.github/workflows/pylint.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
- pip install Levenshtein
+ pip install python-levenshtein
21
pip install pylint
22
- name: Analysing the code with pylint
23
setup.py
@@ -59,7 +59,6 @@
59
show_mutants = universalmutator.show:main
60
prune_mutants = universalmutator.prune:main
61
intersect_mutants = universalmutator.intersect:main
62
- mutant_server = universalmutator.server:main
63
""",
64
keywords='testing mutation mutation-testing',
65
classifiers=[
universalmutator/server.py
0 commit comments