Skip to content

Instantly share code, notes, and snippets.

@praveenkumar
Created July 11, 2014 04:10
Show Gist options
  • Save praveenkumar/73d64af290cd08a43ff5 to your computer and use it in GitHub Desktop.
Save praveenkumar/73d64af290cd08a43ff5 to your computer and use it in GitHub Desktop.
Tox file discription
[tox]
envlist = py26, py27
[testenv]
commands =
python pytest
[testenv:py26]
deps=
argparse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment