Skip to content

Commit 24eb095

Browse files
Akshita AgarwalAkshita Agarwal
authored andcommitted
address comments
1 parent 928ad92 commit 24eb095

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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'"

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)