Skip to content

Commit 2e1234d

Browse files
committed
Update travis->pypi credentials
1 parent c428868 commit 2e1234d

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.travis.yml

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
language: python
22
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'
87
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
1210
script:
13-
py.test --cov-report term --cov=cssselect
14-
11+
- py.test --cov-report term --cov=cssselect
1512
after_success:
16-
codecov
17-
13+
- codecov
1814
deploy:
1915
provider: pypi
2016
distributions: sdist bdist_wheel
2117
skip_upload_docs: true
22-
user: redapple
18+
user: scrapy
2319
password:
24-
secure: T1PBD+ocIGwHMbBHPqzu7UZxpkB0w98KtEIkNzLXNQcF7JpjugZNwz4xX2xVhi8yvUQ257VtLSKpIOT2FWxrfLrgTZKbTd6Q7V5Lf3HKzLomOKUKMAd54gsOuismE27CT/SHbexskACgwVwkyG9Y3dlG6m/ZBgqoPAGaJrScjEU=
20+
secure: UjCXD1ZfqgFcCs4ciPMJDaOQefV3ZOKZ8/dTZxcoaQlE1lr6CkaN6CfTdD50SX2M9uCNWvEcYnvs6U4SizgZ27MYzFWuHonED2alHKy4AtrxCEHD/+lGo9d18cNjLMPDZateX/lITjGiZ4rmYZNuA6wmA4P/bTmdazbSufcmMqY=
2521
on:
2622
tags: true
2723
repo: scrapy/cssselect

0 commit comments

Comments
 (0)