We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I've run into the first issue stemming from #581. The deployment process fails due to missing dependencies.
The text was updated successfully, but these errors were encountered:
Try installing requirements before deploying (because the requirement…
094862c
…s that tox installed aren't available to the Python that Travis PyPI uses for deployment). Ref #934.
Installing the bootstrap.py-generated requirements.txt before running the deploy is sufficient to work around the issue, and not too ugly either.
bootstrap.py
requirements.txt
Sorry, something went wrong.
No branches or pull requests
I've run into the first issue stemming from #581. The deployment process fails due to missing dependencies.
The text was updated successfully, but these errors were encountered: