summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1058efd09e9b3e560c5d86bf30f4b1f0f9596668 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist=pypy, pypy3, py27, py33, py34, py35, py36

[testenv]
deps=-rrequirements-dev.txt
commands=
    coverage run --parallel --branch simple_unit_tests.py
    coverage run --parallel --branch unitTests.py