From 92495c27eb7004b50315753802520048a867eced Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Thu, 29 Oct 2020 14:22:11 +0100 Subject: [PATCH] Travis-CI support removed --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0d46bab..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - "3.6" # current default Python on Travis CI - - "3.7" - - "3.8" -# command to install dependencies -install: - - pip install -r requirements.txt -# command to run tests -script: - - python3 -m unittest discover tests \ No newline at end of file