diff options
author | Alfredo Deza <alfredo@deza.pe> | 2013-08-07 13:01:25 -0700 |
---|---|---|
committer | Alfredo Deza <alfredo@deza.pe> | 2013-08-16 12:36:10 -0400 |
commit | b1714a284d5ea4188752271130e3d170bd9443d2 (patch) | |
tree | 0368a542961d2fcf0d7db43f7b5250fb649807e8 | |
parent | 4ef31789795b1646a5ebb80318fc11818d9093ca (diff) | |
download | ceph-b1714a284d5ea4188752271130e3d170bd9443d2.tar.gz |
base tox.ini file for testing
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
-rw-r--r-- | src/pybind/tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pybind/tox.ini b/src/pybind/tox.ini new file mode 100644 index 00000000000..9c63bb9d884 --- /dev/null +++ b/src/pybind/tox.ini @@ -0,0 +1,6 @@ +[tox] +envlist = py26, py27 + +[testenv] +deps= +commands= |