Created
July 11, 2014 04:10
-
-
Save praveenkumar/73d64af290cd08a43ff5 to your computer and use it in GitHub Desktop.
Tox file discription
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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