Browse Source

update travis to use tox for utils

Jason DeTiberus 8 years ago
parent
commit
a9d663858a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,4 +17,4 @@ script:
   # TODO(rhcarvalho): check syntax of other important entrypoint playbooks
   - ansible-playbook --syntax-check playbooks/byo/config.yml
   - tox
-  - cd utils && make ci
+  - cd utils && tox