Skip to content

Commit 62487b4

Browse files
committed
.travis.yml: add netaddr (for the ipaddr Jinja2 filter)
1 parent 1561e05 commit 62487b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
- ANSIBLE_VERSION=1.9.4
3333

3434
script:
35-
- pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION ansible-lint pycodestyle yamllint
35+
- pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION ansible-lint pycodestyle yamllint netaddr
3636
- PEX_SCRIPT=ansible-playbook ./ansible-$ANSIBLE_VERSION.pex --version
3737

3838
deploy:

0 commit comments

Comments
 (0)