File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,13 @@ language: python
3
3
python :
4
4
- " 2.6"
5
5
- " 2.7"
6
- - " 3.2"
7
6
- " 3.3"
8
7
- " 3.4"
9
8
- " 3.5"
10
9
11
10
install :
12
11
- pip install lxml -e .
13
12
- 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
17
13
18
14
script :
19
15
py.test --cov-report term --cov=cssselect
Original file line number Diff line number Diff line change 37
37
'Programming Language :: Python :: 2.6' ,
38
38
'Programming Language :: Python :: 2.7' ,
39
39
'Programming Language :: Python :: 3' ,
40
- 'Programming Language :: Python :: 3.2' ,
41
40
'Programming Language :: Python :: 3.3' ,
42
41
'Programming Language :: Python :: 3.4' ,
43
42
'Programming Language :: Python :: 3.5' ,
You can’t perform that action at this time.
0 commit comments