We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b4636 commit 10d2b37Copy full SHA for 10d2b37
tox.ini
@@ -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