Fix basepython for tox envs "doctesting" and "coveralls"
Because we are currently using "nighly" python for travis, which uses python 3.6 as the default interpreter. This breaks the environments listed above because "inspect.getargspec" has been removed in py36.
This commit is contained in:
parent
ce96973ed5
commit
5a17e797c7
Loading…
Reference in New Issue