Merge pull request #105 from clarete/master

tox structure
This commit is contained in:
Jeff Forcier 2013-02-03 11:22:25 -08:00
commit 235050a67c
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc *.pyc
build/ build/
dist/ dist/
.tox/
paramiko.egg-info/ paramiko.egg-info/
test.log test.log
docs/ 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