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 @@
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
---
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
......
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
......
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