Use unit2 command instead of python -m

This commit is contained in:
Stuart Longland 2016-01-31 12:14:05 +10:00
parent 24fb672f43
commit 223f30c7cf
No known key found for this signature in database
GPG Key ID: 4DFA191410BDE3B7

@ -7,4 +7,4 @@ python:
install:
- pip install unittest2
script:
- python -m unittest2
- unit2