From da68de67fabddc7c50350ca78ced8383cc65f926 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 5 Apr 2023 09:14:42 +0200 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a053519..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -dist: xenial -language: python - -python: - - "3.8" - - "3.9" - - "3.10" - - "3.11" - -install: - - pip install -r requirements.txt - - pip install pytest pytest-cov codecov flake8 - -script: - - pytest --cov=webssh - - flake8 - -after_success: - - codecov