Skip to content

Instantly share code, notes, and snippets.

@thombashi
Last active January 15, 2017 11:38
Show Gist options
  • Save thombashi/1bb04976877509d63295ed0f40716205 to your computer and use it in GitHub Desktop.
Save thombashi/1bb04976877509d63295ed0f40716205 to your computer and use it in GitHub Desktop.
Local CI for Python

pytest w/ pytest-runner

watchmedo shell-command --patterns="*.py" --recursive --command='python setup.py test' .

package upgrade

watchmedo shell-command --patterns="*.py" --recursive --command='pip install -e .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment