From df2dfcd2014b6c182e18ca1870ce3c16afc92400 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 1 Jul 2021 16:41:54 +0200
Subject: [PATCH] build on 3.6 and 3.7 inexplicably hangs

---
 .travis.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5acae45..8ac4550 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:
-- 
GitLab