Skip to content

Commit eb40f21

Browse files
authored
Merge pull request #97 from akshita27/add-py-3.7
add 3.7 version after running tests
2 parents 5787376 + 24eb095 commit eb40f21

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- '3.4'
55
- '3.5'
66
- '3.6'
7+
- '3.7'
78
install:
89
- pip install -r tests/requirements.txt -e .
910
script:
@@ -20,4 +21,4 @@ deploy:
2021
on:
2122
tags: true
2223
repo: scrapy/cssselect
23-
condition: "$TRAVIS_PYTHON_VERSION == '3.6'"
24+
condition: "$TRAVIS_PYTHON_VERSION == '3.7'"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'Programming Language :: Python :: 3.4',
4141
'Programming Language :: Python :: 3.5',
4242
'Programming Language :: Python :: 3.6',
43+
'Programming Language :: Python :: 3.7'
4344
],
4445
**extra_kwargs
4546
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py34, py35, py36
2+
envlist = py27, py34, py35, py36, py37
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)