blob: 29e4b3d4b9f9bfbd1c079f8381255465c38c8545 [file] [log] [blame]
[tox]
envlist=py27,py33,py34,py35,py36,py37,pypy
[testenv]
deps = -rrequirements.txt
passenv = HOME USERPROFILE
commands=
python -m tests.all_tests
py.test tests/pytest_plugin_test.py