Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,6 @@ ...@@ -30,6 +30,6 @@
name: piprot name: piprot
description: Check up-to-date Python requirements description: Check up-to-date Python requirements
language: system language: system
entry: piprot --quiet --outdated tests/requirements.txt entry: piprot --outdated tests/requirements.txt
files: requirements.txt files: requirements.txt
always_run: true always_run: true
--- ---
language: python language: python
python: ["2.7", "3.4"] python: ["2.7", "3.5"]
dist: trusty dist: trusty
sudo: True sudo: True
group: beta group: beta
...@@ -21,7 +21,7 @@ env: ...@@ -21,7 +21,7 @@ env:
matrix: matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- python: "3.4" - python: "3.5"
- env: *openbsd59 - env: *openbsd59
cache: cache:
- pip - pip
......
ansible==2.2.1.0 ansible==2.2.1.0
testinfra==1.5.2 testinfra==1.5.2
molecule==1.18.0 molecule==1.19.0
ansible-lint==3.4.10 ansible-lint==3.4.10
pre-commit==0.10.1 pre-commit==0.11.0
piprot==0.9.7 piprot==0.9.7
python-vagrant==0.5.14 python-vagrant==0.5.14
docker-py==1.10.6 docker-py==1.10.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment