Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Fix package not found issue and provide error message #17

Merged
merged 9 commits into from
Nov 18, 2018
Merged

Fix package not found issue and provide error message #17

merged 9 commits into from
Nov 18, 2018

Conversation

IanDuncanT
Copy link
Contributor

@IanDuncanT IanDuncanT commented Nov 14, 2018

Package not found returns "Package not found. Try again." message and exits.
Resolve #15 and resolve #13

Package not found returns "Package not found. Try again." message and exits.
@Wabri
Copy link
Owner

Wabri commented Nov 14, 2018

Travis continue to throw errors, now for 2 reason:

  1. Unable to download 3.7 archive. The archive may not exist.
  2. No command 'inv' found
    The first point can be solve with this: https://github.com/mediascopegroup/light_rest_client/issues/2 .
    The second one I dont know what command is inv.

@IanDuncanT
Copy link
Contributor Author

I found the inv from a different repository using Travis and I am trying to figure it out. The documentation isn’t that good for python on how to include command line arguments or type values once it starts

@Wabri
Copy link
Owner

Wabri commented Nov 16, 2018

There is a problem with python version 3.7, but in the other versions it works perfectly

@IanDuncanT
Copy link
Contributor Author

@Wabri It works now! I am trying to figure out how to set a matrix of multiple environment variables to test it with all packages, for now it tests yapi.py on the file test.sh

@IanDuncanT
Copy link
Contributor Author

Python 3.7 must use xenial and lower must use trusty for the dist

@Wabri Wabri merged commit f1db77b into Wabri:master Nov 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error for Install argument feature Travis configuration failed
2 participants