From 718233c46427430b76da3d7ea796a21112cce2af Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 30 Dec 2023 22:08:32 +0000 Subject: [PATCH] Removed obsolete configuration for Travis CI. --- .travis.yml | 17 ----------------- README.md | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index aa98469..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: - - 3.6 - - 3.7 - - 3.8 - - 3.9 - - 3.10 - - 3.11 - - pypy -services: - - memcached -install: python setup.py install -before_script: pip install -r test-requirements.txt -script: - - flake8 - - nosetests - - python -c 'import memcache; memcache._doctest()' diff --git a/README.md b/README.md index 7ddcc97..6113342 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -[![Build -Status](https://travis-ci.org/linsomniac/python-memcached.svg)](https://travis-ci.org/linsomniac/python-memcached) - ## Overview This software is a 100% Python interface to the memcached memory cache