Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve python version-specific tests in CI #1

Open
jooh opened this issue Apr 30, 2019 · 0 comments
Open

Improve python version-specific tests in CI #1

jooh opened this issue Apr 30, 2019 · 0 comments

Comments

@jooh
Copy link
Owner

jooh commented Apr 30, 2019

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:

- python setup.py -q install

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant