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

Skip pipenv run in tox.ini, as the virtualenv is already activated #139

Closed
vlcinsky opened this issue Apr 2, 2018 · 0 comments
Closed

Comments

@vlcinsky
Copy link
Contributor

vlcinsky commented Apr 2, 2018

maya/tox.ini

Line 8 in d0d5a8f

pipenv run pytest tests/ {posargs}

pipenv has nice feature, that running within already activated virtualenv it works within it.

For this reason the pytest can be run without asking pipenv run pytest

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

No branches or pull requests

2 participants