From d810cd82133485f46b82b92edfbc039333877ecb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 30 Jun 2021 18:43:02 +0200
Subject: [PATCH] no unittest on pypy

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

diff --git a/.travis.yml b/.travis.yml
index 27a0ce5..5acae45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,10 +46,6 @@ jobs:
       after_script:
         - coverage xml
         - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
-    - stage: test
-      python: "pypy3.5"
-      script:
-        - bash tests/test.sh
 
 
 
-- 
GitLab