Adding tox info (and a requirements file)
This commit is contained in:
parent
06d987c362
commit
79dffacf4e
|
@ -1,5 +1,6 @@
|
|||
*.pyc
|
||||
build/
|
||||
dist/
|
||||
.tox/
|
||||
paramiko.egg-info/
|
||||
test.log
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pycrypto
|
||||
tox
|
Loading…
Reference in New Issue