From d5017ce7a65c628d1c8656cd425889673c999f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 2 Jan 2020 21:24:55 +0100 Subject: [PATCH] remove stress tests --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f700f43..bbb1f2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ python: script: - python compile_definitions.py - python setup.py nosetests - - python -m stress_tests install: - pip install -r requirements.txt - pip install --force-reinstall "coverage>=4.0,<4.4" codeclimate-test-reporter -- GitLab