Skip to content

Commit

Permalink
Try using bash to see if this makes it pass on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Sep 20, 2017
1 parent 28f7131 commit 90d813c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ basepython =
py3.5: python3.5
py3.6: python3.6
whitelist_externals = cp
bash
scripts/*.sh

[testenv:pypypy3]
Expand Down Expand Up @@ -87,7 +88,7 @@ commands = flake8 --ignore=E402 --exclude="test" libcloud/
python -mjson.tool libcloud/data/pricing.json

[testenv:checks]
commands = ./scripts/check_file_names.sh
commands = bash ./scripts/check_file_names.sh

[testenv:integration]
deps = -r{toxinidir}/integration/requirements.txt
Expand Down

0 comments on commit 90d813c

Please sign in to comment.