From 16bc4627c647336fb58cd8e21fae9abb72d20dee Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 5 Jul 2024 11:39:07 +0200 Subject: [PATCH] Travis CI is no longer free to open source projects https://app.travis-ci.com/github/mjumbewu Travis has been replaced by https://github.com/mjumbewu/django-rest-framework-csv/actions --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e9c5856..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -sudo: false -dist: xenial -language: python -python: - - "2.7" - - "3.5" - - "3.6" - -install: - - pip install tox tox-travis - -script: tox