File tree 1 file changed +10
-14
lines changed
1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - ' 2.7'
4
- - ' 3.4'
5
- - ' 3.5'
6
- - ' 3.6'
7
-
3
+ - ' 2.7'
4
+ - ' 3.4'
5
+ - ' 3.5'
6
+ - ' 3.6'
8
7
install :
9
- - pip install lxml -e .
10
- - pip install -U codecov pytest-cov
11
-
8
+ - pip install lxml -e .
9
+ - pip install -U codecov pytest-cov
12
10
script :
13
- py.test --cov-report term --cov=cssselect
14
-
11
+ - py.test --cov-report term --cov=cssselect
15
12
after_success :
16
- codecov
17
-
13
+ - codecov
18
14
deploy :
19
15
provider : pypi
20
16
distributions : sdist bdist_wheel
21
17
skip_upload_docs : true
22
- user : redapple
18
+ user : scrapy
23
19
password :
24
- secure : T1PBD+ocIGwHMbBHPqzu7UZxpkB0w98KtEIkNzLXNQcF7JpjugZNwz4xX2xVhi8yvUQ257VtLSKpIOT2FWxrfLrgTZKbTd6Q7V5Lf3HKzLomOKUKMAd54gsOuismE27CT/SHbexskACgwVwkyG9Y3dlG6m/ZBgqoPAGaJrScjEU =
20
+ secure : UjCXD1ZfqgFcCs4ciPMJDaOQefV3ZOKZ8/dTZxcoaQlE1lr6CkaN6CfTdD50SX2M9uCNWvEcYnvs6U4SizgZ27MYzFWuHonED2alHKy4AtrxCEHD/+lGo9d18cNjLMPDZateX/lITjGiZ4rmYZNuA6wmA4P/bTmdazbSufcmMqY =
25
21
on :
26
22
tags : true
27
23
repo : scrapy/cssselect
You can’t perform that action at this time.
0 commit comments