tox-dev / tox-pipenv

A pipenv plugin for Tox
MIT License
124 stars 30 forks source link

fix for tox 3.4.0 #53

Closed toxeus closed 6 years ago

toxeus commented 6 years ago

In tox 3.4.0 _pcall()'s parameter testcommand has been renamed into is_test_command. The parameter can be removed from the call because it's setting the default value anyway. As a result the compatibility with tox 3.4.0 is restored and the compatibility with older versions is preserved.

jleclanche commented 6 years ago

Looks good. @tonybaloney?