diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-03-19 13:36:52 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-03-19 13:36:52 -0700 |
commit | a7ee2509e48d7e2bb533ce5e50796b9a887c7a8a (patch) | |
tree | 69ac6ffb7193e8b64bd97fd03db70c6a21485480 /tox.ini | |
parent | 5f5137414c91c931f04522b1bb8c2800294d6a90 (diff) | |
parent | d5db60329701df2423909773af9cc9aa5df4d4f6 (diff) |
Merge branch 'master' into 112-int
Conflicts:
paramiko/win_pageant.py
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..6cb80012 --- /dev/null +++ b/tox.ini @@ -0,0 +1,6 @@ +[tox] +envlist = py25,py26,py27 + +[testenv] +commands = pip install --use-mirrors -q -r requirements.txt + python test.py |