From f5ea771ed6d14aff9dd735ad2042f24c5aca6262 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Sun, 1 Aug 2021 18:58:43 +0300 Subject: [PATCH] Removed obsolete .travis.yml --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7e22110..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: python -cache: pip -dist: bionic -python: - - "3.7" - - "3.8" - - "3.9" -install: - - pip install -r requirements.txt - - python setup.py install -script: - - ./start.sh --data-dir /tmp --connection-limit 16 & - - sleep 25; pkill -P $(pgrep start.sh); sleep 5 - - python -bm tests