Commit e9dd3345 authored by nimrod's avatar nimrod
Browse files

- Updated requirements.

- Removed `--quiet` from the piprot check to see which packages are out
of date (check still works the same).
- Test on Python 3.5 and not 3.4 because Ansible is tested on 3.5 and
later.
parent de1398d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
---
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
+2 −2
Original line number Diff line number Diff line
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