Skip to content

Commit

Permalink
ceph-volume create a new tox.ini for shell-based tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <[email protected]>
  • Loading branch information
Alfredo Deza committed Sep 9, 2019
1 parent 40cac7b commit 4612ab3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ceph-volume/shell_tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist = py27, py35, py36
skip_missing_interpreters = true

[testenv]
passenv=*
whitelist_externals=
bash
grep
mktemp
commands=bash {posargs:ceph_volume/tests/functional/scripts/test_unicode.sh} {posargs:ceph_volume/tests/functional/scripts/output.py}

0 comments on commit 4612ab3

Please sign in to comment.