diff --git a/.travis.yml b/.travis.yml index 466b5ba..d48b1b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: script: - COVERALLS_PARALLEL=true - - coverage run pytest tests/ + - coverage run -m pytest tests/ - coverage report -m # Run the doctests - python doctests.py