diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 233bc80d8f4b0a2ed98f97e33a6269dd6ef0d882..b959615740078f31d4e6816c24a2a0f090dcfa6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,6 @@ name: piprot description: Check up-to-date Python requirements language: system - entry: piprot --quiet --outdated tests/requirements.txt + entry: piprot --outdated tests/requirements.txt files: requirements.txt always_run: true diff --git a/.travis.yml b/.travis.yml index 19cf6f9b5ee00ded8094c537ab75739da17bef41..4405a9a5b9977d855103329783b6a3ccb231c4d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: python -python: ["2.7", "3.4"] +python: ["2.7", "3.5"] dist: trusty sudo: True group: beta @@ -21,7 +21,7 @@ env: matrix: fast_finish: True allow_failures: - - python: "3.4" + - python: "3.5" - env: *openbsd59 cache: - pip diff --git a/tests/requirements.txt b/tests/requirements.txt index 76ed1468af88ae4265729cdb4fd65dff655e719d..f4cbfddce2bfb1c4aed0a59c2b32325c4f83b433 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,8 +1,8 @@ ansible==2.2.1.0 testinfra==1.5.2 -molecule==1.18.0 +molecule==1.19.0 ansible-lint==3.4.10 -pre-commit==0.10.1 +pre-commit==0.11.0 piprot==0.9.7 python-vagrant==0.5.14 docker-py==1.10.6