Is it possible to configure pycharm / intellij idea to run tox tests? I want to test my code against different python versions in separated py environments. I was trying to configure it, but so far I only managed to configure single py.test support.
Share
UPDATE: This feature is available since 2016.1 release, see this blog post for more details.
Original answer from 2013:
I’m afraid it’s not supported, PyCharm will use the configured interpreter to run the tests.