We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pipenv run
tox.ini
maya/tox.ini
Line 8 in d0d5a8f
pipenv has nice feature, that running within already activated virtualenv it works within it.
pipenv
For this reason the pytest can be run without asking pipenv run pytest
pytest
pipenv run pytest
The text was updated successfully, but these errors were encountered:
Simplified call to pytest in tox.ini (issue kennethreitz#139)
df3bdf2
Merge pull request #141 from vlcinsky/simple_pytest
76f99bc
Simplified call to pytest in tox.ini (issue #139)
No branches or pull requests
maya/tox.ini
Line 8 in d0d5a8f
pipenv
has nice feature, that running within already activated virtualenv it works within it.For this reason the
pytest
can be run without askingpipenv run pytest
The text was updated successfully, but these errors were encountered: