Skip to content

Use pip for installing taurus in Travis#11

Open
cpascual wants to merge 3 commits intodevelopfrom
usepip
Open

Use pip for installing taurus in Travis#11
cpascual wants to merge 3 commits intodevelopfrom
usepip

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

Comments