diff --git a/.travis.yml b/.travis.yml index 1d0788e4..18c27724 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: -- 2.7 - 3.6 env: global: diff --git a/setup.cfg b/setup.cfg index 20655592..1e6c5f3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,16 +3,16 @@ name = yahoo_panoptes summary = Network Telemetry And Monitoring description-file = README.md description_content_type = text/markdown -author = Network Automation Team @ Oath, Inc. -author-email = network-automation@oath.com +author = Network Automation Team @ Verizon Media +author-email = network-automation@verizonmedia.com home-page = https://getpanoptes.io classifier = Development Status :: 5 - Production/Stable Environment :: No Input/Output (Daemon) Intended Audience :: Other Audience Operating System :: POSIX :: Linux - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 Programming Language :: Python Topic :: System :: Networking :: Monitoring license = Apache 2.0 diff --git a/tox.ini b/tox.ini index 8d220d69..7c29f618 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ package_dir = yahoo_panoptes [tox] skip_missing_interpreters = True -envlist = py27, py36 +envlist = py36 [pep8] max-line-length = 120