Skip to content

Commit

Permalink
Added pip freeze to ci (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyv authored Feb 3, 2020
1 parent 3b7324e commit 711fd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ script:
- pip install .
- pip install .[tests]
- pip install dash[testing]
- pip freeze
- black --check webviz_config tests setup.py
- pylint webviz_config tests setup.py
- bandit -r -c ./bandit.yml webviz_config tests setup.py
Expand Down

0 comments on commit 711fd4f

Please sign in to comment.