freeipa/ipatests/azure/templates/prepare-tox-fedora.yml

7 lines
192 B
YAML
Raw Normal View History

steps:
- script: |
set -e
sudo dnf -y install nss-tools python3-pip git
python3 -m pip install --user --upgrade pip setuptools pycodestyle
displayName: Install Tox prerequisites