add unittest call to .travis.yml
This commit is contained in:
parent
8afadd1fdf
commit
769390baf7
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ install:
|
||||||
script:
|
script:
|
||||||
- pip3 freeze
|
- pip3 freeze
|
||||||
- mypy ircrobots examples --ignore-missing-imports
|
- mypy ircrobots examples --ignore-missing-imports
|
||||||
|
- python3 -m unittest test
|
||||||
|
|
Loading…
Reference in a new issue