Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jeff Forcier 2013-02-03 11:53:13 -08:00
commit 0d38f3f1f2
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc
build/
dist/
.tox/
paramiko.egg-info/
test.log
docs/

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pycrypto
tox

6
tox.ini Normal file
View File

@ -0,0 +1,6 @@
[tox]
envlist = py25,py26,py27
[testenv]
commands = pip install --use-mirrors -q -r requirements.txt
python test.py