Skip to content

Commit

Permalink
Disable testing and building against Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
varunvarma committed Jan 7, 2020
1 parent 889db6c commit ead7e2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 2.7
- 3.6
env:
global:
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package_dir = yahoo_panoptes

[tox]
skip_missing_interpreters = True
envlist = py27, py36
envlist = py36

[pep8]
max-line-length = 120
Expand Down

0 comments on commit ead7e2c

Please sign in to comment.