diff --git a/.travis.yml b/.travis.yml index 2a1a2fb..2404873 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ install: script: - docker run -ti -d --rm -p 8888:8765 -e ANKICONNECT_BIND_ADDRESS=0.0.0.0 txgio/anki-connect - sleep 5 - - python -m unittest discover -v \ No newline at end of file + - python -m unittest discover -s tests \ No newline at end of file