Add unittest for ci
Created by: pkuyym
There are several new python modules added in deep speech project. These modules should be tested before merging. Since some scripts need PaddlePaddle running environment, so I expand the .travis.yml
to support docker. There are several rules when writing unit test scripts.
- all unit test scripts should be placed into tests directory.
- all unit test scripts should be named like
test*.py
.