Skip to content

Instantly share code, notes, and snippets.

@sjrogers
Created October 16, 2018 04:55
Show Gist options
  • Save sjrogers/77cbfc3f241d8ad47c6fc4665bb0adef to your computer and use it in GitHub Desktop.
Save sjrogers/77cbfc3f241d8ad47c6fc4665bb0adef to your computer and use it in GitHub Desktop.
tox.ini example for pipenv
[tox]
envlist = pypy35,py37
[testenv]
commands =
pipenv install
python -m pytest tests/
deps =
pipenv
pytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment