Skip to content

Commit 711fd4f

Browse files
authored
Added pip freeze to ci (equinor#192)
1 parent 3b7324e commit 711fd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ script:
3131
- pip install .
3232
- pip install .[tests]
3333
- pip install dash[testing]
34+
- pip freeze
3435
- black --check webviz_config tests setup.py
3536
- pylint webviz_config tests setup.py
3637
- bandit -r -c ./bandit.yml webviz_config tests setup.py

0 commit comments

Comments
 (0)