Skip to content

Commit

Permalink
Merge pull request paramiko#105 from clarete/master
Browse files Browse the repository at this point in the history
tox structure
  • Loading branch information
bitprophet committed Feb 3, 2013
2 parents 21cb9a2 + 79dffac commit 235050a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.pyc
build/
dist/
.tox/
paramiko.egg-info/
test.log
docs/
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pycrypto
tox
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py25,py26,py27

[testenv]
commands = pip install --use-mirrors -q -r requirements.txt
python test.py

0 comments on commit 235050a

Please sign in to comment.