Skip to content

Commit 10d2b37

Browse files
committed
Add tox configuration file
1 parent 91b4636 commit 10d2b37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist = py26, py27, py32, py33
3+
4+
[testenv]
5+
deps = PyCrypto
6+
commands = {envpython} setup.py test

0 commit comments

Comments
 (0)