From 729508e581393075b0f5f10c6e1e1e6f95af89e5 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 28 Jun 2016 00:38:38 +0300 Subject: [PATCH] #524: Add commandnotfound to travis config --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 88e725ad..c4b71bbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ python: - "2.7" services: - docker +addons: + apt: + packages: + - python-commandnotfound + - python3-commandnotfound install: - pip install -U pip - pip install -U coveralls