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

Test command versions are the expected ones on images #142

Closed
humitos opened this issue Oct 14, 2020 · 0 comments · Fixed by #143
Closed

Test command versions are the expected ones on images #142

humitos opened this issue Oct 14, 2020 · 0 comments · Fixed by #143
Labels
Improvement Minor improvement to code Needed: tests Tests are required

Comments

@humitos
Copy link
Member

humitos commented Oct 14, 2020

It happened that conda command was not found in some of the images deployed, or the pip / virtualenv version was not the one that we expected and other similar issues.

It would be good if we can have a script that spins up the docker image and execute all of these commands and compare the versions returned by each command on Travis after it builds the image.

Some ideas we can use to compare:

  • python2 --version == Python 2.7.18
  • conda --version == conda 4.6.14
  • cargo --version == cargo 1.46.0 (149022b1d 2020-07-17)
  • ubuntu version
  • virtualenv
  • pip in all python versions installed
  • etc

Related to #53

@humitos humitos added Needed: tests Tests are required Improvement Minor improvement to code labels Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code Needed: tests Tests are required
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant