view test.py @ 212:868a903689fd

tox: forgot to add environments to list
author Augie Fackler <raf@durin42.com>
date Wed, 11 Dec 2019 10:25:17 -0500
parents 37307caccf54
children
line wrap: on
line source

#!/usr/bin/env python

import nose
from tests import with_hg

if __name__ == '__main__':
    nose.main(addplugins=[with_hg.WithHgPlugin()])