diff --git a/.travis.yml b/.travis.yml index fc33b83ea..8d72d5693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ install: - - pip install -r requirements.txt - - pip install ansible-lint pytest pytest-cov + - pip install -r tests/requirements.txt + - pip install ansible-lint pytest-cov script: - if [[ -n $(grep --exclude-dir=.git -P "\xa0" -r .) ]]; then echo 'NBSP characters found'; exit 1; fi - pytest --cov=library/ --cov=plugins/filter/ -vvvv tests/library/ tests/plugins/filter/