Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Created August 30, 2013 17:18
Show Gist options
  • Save kgriffs/6392206 to your computer and use it in GitHub Desktop.
Save kgriffs/6392206 to your computer and use it in GitHub Desktop.
Invoke Tox from Sublime Text
{
"cmd": ["tox", "-e", "py27,pep8"],
"working_dir": "${file_path}",
"env": {
"PATH": "/usr/local/bin:/usr/local/sbin:/usr/local/share/python:$PATH"
},
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
@ssk2
Copy link

ssk2 commented Jan 28, 2015

👍, thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment