summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 16cc2fa2ab605e54b42eb29b82aba426ec9906f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
skipsdist = True
envlist   = py34,py35,py26,py27

[testenv]
commands = python -m unittest fastimport.tests.test_suite

[testenv:py26]
deps     =
    unittest2
commands = python -m unittest2.__main__ fastimport.tests.test_suite