From 928ad922ddf3701bef5dc178a485b0d0246b784e Mon Sep 17 00:00:00 2001 From: Akshita Agarwal Date: Wed, 16 Oct 2019 17:46:06 +0530 Subject: [PATCH 1/2] add 3.7 version after running tests --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 243927d..de7128d 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7' ], **extra_kwargs ) From 24eb0952eaf4c1f1ed86c123840e606959962953 Mon Sep 17 00:00:00 2001 From: Akshita Agarwal Date: Wed, 16 Oct 2019 21:14:46 +0530 Subject: [PATCH 2/2] address comments --- .travis.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bfc557f..69ecf93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - '3.4' - '3.5' - '3.6' +- '3.7' install: - pip install -r tests/requirements.txt -e . script: @@ -20,4 +21,4 @@ deploy: on: tags: true repo: scrapy/cssselect - condition: "$TRAVIS_PYTHON_VERSION == '3.6'" + condition: "$TRAVIS_PYTHON_VERSION == '3.7'" diff --git a/tox.ini b/tox.ini index 49a1dda..32136a0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36 +envlist = py27, py34, py35, py36, py37 [testenv] deps=