diff options
author | Alfredo Deza <alfredo@deza.pe> | 2013-08-07 13:01:25 -0700 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-10-09 10:04:49 -0700 |
commit | e0d15b1fc53ccfaf81ca73d8907c0138994d16e5 (patch) | |
tree | a311eaeaa3bd1502a14b4e5d6923455cfd12ebb6 | |
parent | d6e1479e09c571113fd725185c27e48bb1f251bd (diff) | |
download | ceph-e0d15b1fc53ccfaf81ca73d8907c0138994d16e5.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= |