Adding tox info (and a requirements file)

This commit is contained in:
Lincoln de Sousa 2012-11-06 18:02:10 -05:00
parent 06d987c362
commit 79dffacf4e
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

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

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