blob: 5cd4606e4c5d7c78bca34132ffdf6f69399336da (
plain)
1
2
3
4
5
6
7
8
9
10
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}
|