Skip to content

Commit

Permalink
Removed travis CI support as they want a credit card now
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Strizhechenko committed May 18, 2022
1 parent f30e06c commit 3f0ffae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
netutils-linux
==============

.. |travis| image:: https://travis-ci.org/strizhechenko/netutils-linux.svg?branch=master
:target: https://travis-ci.org/strizhechenko/netutils-linux
.. |pypi| image:: https://badge.fury.io/py/netutils-linux.svg
:target: https://badge.fury.io/py/netutils-linux
.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg?colorB=green
Expand All @@ -14,7 +12,7 @@ netutils-linux
.. |codeclimate| image:: https://img.shields.io/codeclimate/github/strizhechenko/netutils-linux.svg
:target: https://codeclimate.com/github/strizhechenko/netutils-linux

|travis| |pypi| |license| |pyversions| |codeclimate| |issues|
|pypi| |license| |pyversions| |codeclimate| |issues|

It's a useful utils to simplify Linux network troubleshooting and performance tuning, developed in order to help `Carbon Reductor`_ techsupport and automate the whole linux performance tuning process out of box (ok, except the best RSS layout detection with multiple network devices). These utils may be useful for datacenters and internet service providers with heavy network workload (you probably wouldn't see an effect at your desktop computer). It's now in production usage with 300+ deployment and save us a lot of time with hardware and software settings debugging. Inspired by `packagecloud's blog post`_.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*paths):

setuptools.setup(
name='netutils-linux',
version='2.7.11',
version='2.8.0',
author='Oleg Strizhechenko',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 3f0ffae

Please sign in to comment.