diff --git a/.travis.yml b/.travis.yml
index 25535185d226b7ff43df8672970e6ad85fd0b19a..57f47331f9d2cd0033be5ff9aad6840c70000e31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ jobs:
     - stage: test
       python: "3.8"
       script:
-        - DEBUG=1 pytest --cov=minijson
+        - py.test --cov
       after_script:
         - coverage xml
         - ./cc-test-reporter after-build -t coverage.py --exit-code ${TRAVIS_TEST_RESULT}