Commit b8abfd21 authored by Jason R. Coombs's avatar Jason R. Coombs

Use tox for tests

parent 5f8eebf0
import sys
import os
sys.path.insert(0, os.getcwd())
__import__('distutils')
[testenv]
deps =
pytest
commands =
pytest {posargs}
setenv =
PYTHONPATH = {toxinidir}
skip_install = True
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment