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