2016-01-10 02:29:45 +01:00
|
|
|
# defaults to tests
|
|
|
|
|
# run with tox -e urlbot, tox -e idlebot, etc
|
|
|
|
|
[tox]
|
|
|
|
|
envlist = test
|
|
|
|
|
# we have no setup.py
|
|
|
|
|
skipsdist = true
|
|
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
|
|
|
|
|
envdir = {toxinidir}/.env
|
|
|
|
|
|
|
|
|
|
deps=nose
|
|
|
|
|
fasteners
|
|
|
|
|
sleekxmpp
|
|
|
|
|
configobj
|
|
|
|
|
requests
|
|
|
|
|
lxml
|
2016-01-10 03:19:16 +01:00
|
|
|
dnspython
|
|
|
|
|
pyasn1
|
|
|
|
|
pyasn1-modules
|
2016-01-10 02:29:45 +01:00
|
|
|
|
|
|
|
|
commands=
|
|
|
|
|
test: nosetests [] # substitute with tox' positional arguments
|
|
|
|
|
idlebot: python idlebot.py []
|
|
|
|
|
urlbot: python urlbot.py []
|
|
|
|
|
sh: sh []
|
|
|
|
|
bash: bash []
|
|
|
|
|
zsh: zsh []
|
|
|
|
|
|
|
|
|
|
whitelist_externals = zsh
|
|
|
|
|
bash
|
|
|
|
|
sh
|