remove the unnecessary lib path and package_dir specification#250
remove the unnecessary lib path and package_dir specification#250ryanpetrello merged 1 commit intoansible:masterfrom
lib path and package_dir specification#250Conversation
this is breaking usage of `pip install -e .`
|
Travis says that it passed, but if you click into it, it looks like other python versions are failing. Those look slightly familiar, but I don't see them on other recent pull requests. I might re-run the tests in a second to be sure. EDIT: yes, I think that was the case, sorry for the noise. |
|
maybe it had a stale link. I had seen https://travis-ci.org/ansible/tower-cli/builds/206680594, but maybe this isn't the most recent. |
|
The most recent build I see seems to be passing: https://travis-ci.org/ansible/tower-cli/builds/206686598 |
AlanCoding
left a comment
There was a problem hiding this comment.
Relatively big change, but that sounds good it for the 3.1 release.
|
@ryanpetrello My salute to you! A |
this also fixes breakage of
pip install -e .