diff --git a/.travis.yml b/.travis.yml index 988656d6..7e67fc08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ python: - 3.6 script: - python --version + - python -m unittest discover tests