summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1717ec9426e7a350b633c024e0e2f1d38244f34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

# NOTE: PyCrypto supports Python 2.1 through 3.x, so your patch could still
# fail even though it succeeds here.

[tox]
envlist = py26, py27, py32, py33, py34

[testenv]
commands = {envpython} setup.py test