summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 12ed28ec73372da78cc476edd2866c54033fcda2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist   = py35,py26,py27,pypy,pypy3
skipsdist = True

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

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