From dfea5745422d4f78e43027ca52fa160e90e23440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Sep 2018 15:58:11 +0200 Subject: [PATCH] Support and test Python 3.7 --- .travis.yml | 3 ++- setup.py | 1 + tox.ini | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7148b51..170226e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ python: - '2.7' - '3.5' - '3.6' -dist: trusty +- '3.7' +dist: xenial sudo: required addons: apt: diff --git a/setup.py b/setup.py index a59c7cc..d7b74eb 100644 --- a/setup.py +++ b/setup.py @@ -124,6 +124,7 @@ def libraries(self, value): 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries', 'Topic :: System :: Networking', diff --git a/tox.ini b/tox.ini index 27157df..4f1b147 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py36 +envlist = py27,py35,py36,py37 [testenv] commands= python tests/parse_ifconfig.py -v