diff --git a/.travis.yml b/.travis.yml
index 5acae457f07321c8ba0ff1ec7bb3976d3cc258a6..8ac45500c9c31a4c75479dcba0fe62ac70c0c24b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,20 +18,6 @@ jobs:
       after_script:
         - coverage xml
         - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
-    - stage: test
-      python: "3.6"
-      script:
-        - bash tests/test.sh
-      after_script:
-        - coverage xml
-        - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
-    - stage: test
-      python: "3.7"
-      script:
-        - bash tests/test.sh
-      after_script:
-        - coverage xml
-        - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
     - stage: test
       python: "3.8"
       script: