ci-build-unittests.sh 185 B

123456
  1. #!/bin/bash
  2. # This script installs tox dependencies in the test container
  3. yum install -y gcc libffi-devel python-devel openssl-devel python-pip
  4. pip install tox
  5. chmod uga+w /etc/passwd