Skip to content

Commit

Permalink
Intall the latest mock for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Nov 18, 2019
1 parent 45ea64a commit 121ad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "3.6"
- "3.7"
before_install:
- "pip install -U pip setuptools virtualenv python-coveralls fmf click"
- "pip install -U pip setuptools virtualenv python-coveralls fmf click mock"
- "sudo apt-get -y install vagrant"
script:
- "coverage run --source=bin,tmt -m py.test $CAPTURE tests"
Expand Down

0 comments on commit 121ad3c

Please sign in to comment.