commit | aeea6882f27f2ac1df39ac8030efaf4749e64581 | [log] [tgz] |
---|---|---|
author | Alexey Ovchinnikov <aovchinnikov@mirantis.com> | Thu Jul 19 16:03:34 2018 +0400 |
committer | Alexey Ovchinnikov <aovchinnikov@mirantis.com> | Thu Jul 19 16:03:34 2018 +0400 |
tree | fe6d22c318395c268afdf4c76fe04ce2d71b0bbb | |
parent | 21d623869f11b9a93aa978411ff9a8e42d444543 [diff] [blame] |
Refactoring pt. 2 More boilerplate removed.
diff --git a/.travis.yml b/.travis.yml index b060639..559ef9a 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -25,8 +25,9 @@ - PACKAGENAME="reclass" install: &pyinst -- pip install pyparsing -- pip install PyYAML +- pip install -r requirements.txt +#- pip install pyparsing +#- pip install PyYAML # To test example models with kitchen: - | test -e Gemfile || cat <<EOF > Gemfile