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
The bindit tests call the bindit cli, and this seemed enough to confuse travis. I hacked my way around it by explicitly installing the package before triggering tox:
But I think this may result in the same python version getting used inside the bindit CLI. Need to do more testing to confirm this issue and work around it. For now it doesn't much matter since python 3.6 and 3.7 are so similar (and we don't support anything older).
The text was updated successfully, but these errors were encountered:
The bindit tests call the bindit cli, and this seemed enough to confuse travis. I hacked my way around it by explicitly installing the package before triggering tox:
bindit/.travis.yml
Line 8 in 63f0398
But I think this may result in the same python version getting used inside the bindit CLI. Need to do more testing to confirm this issue and work around it. For now it doesn't much matter since python 3.6 and 3.7 are so similar (and we don't support anything older).
The text was updated successfully, but these errors were encountered: