Explicitly run autobahn/ sub-directory

This commit is contained in:
meejah 2015-03-20 13:18:57 -06:00
parent df5d3ba6e4
commit 64a9e4bf03

12
tox.ini
View File

@ -14,7 +14,7 @@ deps =
pytest
mock
coverage
commands = python -m pytest
commands = py.test autobahn/
whitelist_externals = sh
@ -53,7 +53,7 @@ deps =
commands =
sh -c "which python"
python -V
python -m pytest
py.test autobahn/
basepython = python2.6
install_command = pip install {packages} autobahn[asyncio,serialization]
setenv =
@ -82,7 +82,7 @@ setenv =
commands =
sh -c "which python"
python -V
python -m pytest
py.test autobahn/
basepython = python2.7
install_command = pip install {packages} autobahn[asyncio,serialization]
setenv =
@ -93,7 +93,7 @@ setenv =
commands =
sh -c "which python"
python -V
python -m pytest
py.test autobahn/
basepython = python3.3
install_command = pip install {packages} autobahn[asyncio,serialization]
setenv =
@ -104,7 +104,7 @@ setenv =
commands =
sh -c "which python"
python -V
python -m pytest
py.test autobahn/
basepython = python3.4
install_command = pip install {packages} autobahn[asyncio,serialization]
setenv =
@ -131,7 +131,7 @@ setenv =
commands =
sh -c "which python"
python -V
python -m pytest
py.test autobahn/
basepython = pypy
install_command = pip install {packages} autobahn[asyncio,serialization]
setenv =