From 146d9dad81b7fcc1dcc8ae5c87f42f8af42367c0 Mon Sep 17 00:00:00 2001 From: chris48s Date: Wed, 25 Sep 2024 14:13:46 +0100 Subject: [PATCH] remove old .tavis.yml --- .travis.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e5f4b7f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -dist: xenial -language: python -python: - - '3.4' - - '3.5' - - '3.6' - - '3.7' - - '3.8' -matrix: - include: - - python: '3.8' - env: BLACK=1 -install: - - pip install --upgrade pip - - pip install -e .[testing] -script: - - coverage run --source=uk_election_ids ./run_tests.py - - sh -c "if [ '$BLACK' = '1' ]; then pip install black ; fi" - - sh -c "if [ '$BLACK' = '1' ]; then black --check . ; fi" -after_success: - - coveralls