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

Use pip for installing taurus in Travis #11

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Use pip for installing taurus in Travis #11

wants to merge 3 commits into from

Conversation

cpascual
Copy link
Owner

In Travis CI we use python setup.py installfor installing taurus, while the
docs recommend using pip. Change Travis to use pip so that the
recommended way is tested.

(Note, we expect that this will fail unless the problem reported in
taurus-org#513 is fixed)

Carlos Pascual added 3 commits July 17, 2017 16:54
In Travis CI we use `python setup.py install`for installing taurus, while the 
docs recommend using pip. Change Travis to use pip so that the 
recommended way is tested.

(Note, we expect that this will fail unless the problem reported in 
taurus-org#513 is fixed)
cpascual pushed a commit that referenced this pull request Oct 27, 2018
Replaces list(somedict.key()) with list(somedict) and similar patterns.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant