Skip to content

Commit ad27009

Browse files
authored
Merge pull request #61 from redapple/travis-no-py32
Drop Python 3.2 support
2 parents 4d59c71 + f01843d commit ad27009

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ language: python
33
python:
44
- "2.6"
55
- "2.7"
6-
- "3.2"
76
- "3.3"
87
- "3.4"
98
- "3.5"
109

1110
install:
1211
- pip install lxml -e .
1312
- pip install -U codecov pytest-cov
14-
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]];
15-
then pip uninstall -y coverage pytest && pip install "coverage<4" && pip install "pytest<3";
16-
fi
1713

1814
script:
1915
py.test --cov-report term --cov=cssselect

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
'Programming Language :: Python :: 2.6',
3838
'Programming Language :: Python :: 2.7',
3939
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.2',
4140
'Programming Language :: Python :: 3.3',
4241
'Programming Language :: Python :: 3.4',
4342
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)