File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 python -m pip install --upgrade pip setuptools
3535
3636 - name : Install SSLyze
37- run : python setup.py install
37+ run : python -m pip install -e .
3838
3939 - name : Scan web server
4040 run : python tests/web_servers/scan_localhost.py apache2
Original file line number Diff line number Diff line change 3232 python -m pip install --upgrade pip setuptools
3333
3434 - name : Install SSLyze
35- run : python setup.py install
35+ run : python -m pip install -e .
3636
3737 - name : Scan web server
3838 run : python tests/web_servers/scan_localhost.py iis
Original file line number Diff line number Diff line change 3131 python -m pip install --upgrade pip setuptools
3232
3333 - name : Install SSLyze
34- run : python setup.py install
34+ run : python -m pip install -e .
3535
3636 - name : Scan web server
3737 run : python tests/web_servers/scan_localhost.py nginx
Original file line number Diff line number Diff line change 2424
2525 - name : Test SSLyze module setup
2626 run : |
27- python setup.py install
27+ python -m pip install -e .
2828 cd docs # Switch folder to avoid conflicts between ./sslyze and the installed sslyze module
2929 python ../api_sample.py
You can’t perform that action at this time.
0 commit comments