We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7324e commit 711fd4fCopy full SHA for 711fd4f
.travis.yml
@@ -31,6 +31,7 @@ script:
31
- pip install .
32
- pip install .[tests]
33
- pip install dash[testing]
34
+ - pip freeze
35
- black --check webviz_config tests setup.py
36
- pylint webviz_config tests setup.py
37
- bandit -r -c ./bandit.yml webviz_config tests setup.py
0 commit comments