From b247b50bc424ac26ed03897edc33e607f2a1b85a Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Fri, 12 Aug 2022 10:22:59 +1000 Subject: Remove obsolete Travis config --- .travis.yml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 532b224..0000000 --- a/.travis.yml +++ /dev/null @@ -1,44 +0,0 @@ -# vim: set filetype=yaml sw=2: -sudo: required -dist: bionic -addons: - apt: - sources: - - deadsnakes - update: true - packages: - - wget - - build-essential - - python-all - - python-all-dev - - python-setuptools - - python-pip - - python-wheel - - python-flake8 - - python3-all - - python3-all-dev - - python3-setuptools - - python3-pip - - python3-wheel - - python3-flake8 - - python3-docutils - - python3-sphinx - - python2.4-complete - - python2.4-gdbm - - python2.4-gdbm-dbg - - python2.5-complete - - python2.6-complete - - python3.1-complete - - python3.2-complete - - python3.3-complete - - python3.4-complete - - python3.5-complete - - python3.6 - - python3.7 - - python3.7-dev - - python3.8 - - python3.8-dev - - python3.9 - - python3.9-dev -install: true -script: make test TESTARGS= -- cgit v1.2.1