You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that tox doesn't do anything besides checking if there is a python3.7 interpreter present. We should either change tox's config to run the tests on whatever environment is present or add some way for tox to fetch the relevant versions if they are not present.
The text was updated successfully, but these errors were encountered:
tox
is configured to run the tests on apy37
environment. However, if Python 3.7 is not present the tests fail.seldon-core/python/setup.cfg
Line 6 in 1ae7957
It seems that
tox
doesn't do anything besides checking if there is apython3.7
interpreter present. We should either changetox
's config to run the tests on whatever environment is present or add some way fortox
to fetch the relevant versions if they are not present.The text was updated successfully, but these errors were encountered: