We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7740f79 commit baca0b5Copy full SHA for baca0b5
.circleci/config.yml
@@ -17,6 +17,7 @@ jobs:
17
name: Install dependencies
18
command: |
19
yum install -y epel-release
20
+ yum update -y
21
yum install -y python-pip
22
pip install unittest-xml-reporting
23
pip install coveralls
0 commit comments