Fix tox.ini settings - dependencies for py25 were incorrect, which meant

it was using the *system* nosetests command!
parent 6eb56b03
[tox] [tox]
envlist = py25,py26,py27 envlist = py25,py26,py27
[testenv] [testenv]
deps=dexml deps = dexml
paramiko paramiko
boto boto
nose nose
mako mako
pyftpdlib pyftpdlib
[testenv:py25]
deps = simplejson
commands = nosetests -v \
[]
[testenv:py26]
commands = nosetests -v \
[]
[testenv:py27]
commands = nosetests -v \ commands = nosetests -v \
[] []
[testenv:py25]
deps = dexml
paramiko
boto
nose
mako
pyftpdlib
simplejson
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment