]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
travis: use tests/requirements.txt 5967/head
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 19 Jun 2020 22:04:55 +0000 (18:04 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 19 Jun 2020 22:10:55 +0000 (18:10 -0400)
commit296aa13b3cb478201d4b78191d31633f463c1546
tree9cb15554f98ebbcc12203b6c8b427781289d1cec
parent1525990f398747922355fffa1985a222dae29ca0
travis: use tests/requirements.txt

Explicitly install ansible-lint pytest pytest-cov via pip results of a
specific pytest version (4.3.1) which is not supported for pytest-cov
(2.10).
Because we are already defining a specific pytest version in the tests
requirements then we can install all the python dependencies from that
file and remove this from the pip install command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
.travis.yml