Molecule tests update to include extra_args option

This commit is contained in:
Xavier Sanna 2020-03-09 17:33:11 +01:00
parent 11033feaa2
commit dc5ddc5e76
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
version: "1.0.18"
# Test installing a package by name.
- colorama
# Test installing a package with extra arguments
- name: setuptools
extra_args: "--upgrade"
pre_tasks:
- name: Update apt cache.