We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dee1e commit f40a41cCopy full SHA for f40a41c
tox.ini
@@ -65,6 +65,7 @@ commands =
65
# Test the pysteps plugin support
66
pip install cookiecutter
67
cookiecutter -f --no-input https://github.com/pySTEPS/cookiecutter-pysteps-plugin -o {temp_dir}/
68
+ # NB: this should match the default name for a cookiecutter-generated plugin!
69
pip install {temp_dir}/pysteps-importer-institution-name
70
python {toxinidir}/ci/test_plugin_support.py
71
# Check the compiled modules
@@ -126,4 +127,4 @@ commands =
126
127
128
[testenv:black]
129
deps = black
-commands = black --check pysteps
130
+commands = black --check pysteps
0 commit comments