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
Some roles generated with this cookiecutter are failing at travis.ci build because "old pipenv installation" during tests.
In fact, no installation is the problem, the referred command will do the installation under the selected dist selected in .travis.yml only if pipenv isn't installed yet. So if a old dist, probably comes with old pipenv and then fail the build due to old dependencies failing tree.
Steps to Reproduce
Generate a role using this cookiecutter
??
Upload it and let travis try to test build.
Expected behavior:
No travis test build failing
Actual behavior:
Travis test build fail
Reproduces how often:
When old dist with old pipenv used in .travis.yml
Environment
The release version/s you are using: Latest
OS:
Others:
Additional Information
None
The text was updated successfully, but these errors were encountered:
Description
Some roles generated with this cookiecutter are failing at travis.ci build because "old pipenv installation" during tests.
In fact, no installation is the problem, the referred command will do the installation under the selected dist selected in
.travis.yml
only ifpipenv
isn't installed yet. So if a old dist, probably comes with oldpipenv
and then fail the build due to old dependencies failing tree.Steps to Reproduce
Expected behavior:
No travis test build failing
Actual behavior:
Travis test build fail
Reproduces how often:
When old dist with old
pipenv
used in.travis.yml
Environment
Additional Information
None
The text was updated successfully, but these errors were encountered: