diff --git a/.travis.yml b/.travis.yml
index 2d602ba3ee84ad2be40c02017da1632ceb929b77..960f1831797352041855f09d28c5f3543ed8c84c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,12 @@ jobs:
     - stage: test
       python: "3.8"
       arch: "arm64"
+      before_script:
+        - pip install -r requirements.txt
+        - pip install pytest coverage pytest-cov
+      after_script:
+        - coverage xml
+        - coverage report
       script:
         - DEBUG=1 python setup.py install
         - pytest --cov=./ --cov-report=xml