> ImportError: cannot import name Serial > > What part of the setup have I missed? You're missing python-serial. Can you add deps=serial to the [testenv:driver] section in tox.ini and see if that works? --Dan