Skip to content

Instantly share code, notes, and snippets.

@gaborbernat
Last active September 23, 2021 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaborbernat/f1e1aff0f2ee514b50a92a4d019d4d13 to your computer and use it in GitHub Desktop.
Save gaborbernat/f1e1aff0f2ee514b50a92a4d019d4d13 to your computer and use it in GitHub Desktop.
tox-2159
[testenv]
skip_install = true
commands = python -c 'import os; print(f"start {os.getpid()}"); import time; time.sleep(100); print("end");'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment