Skip to content

Commit 17c5cbc

Browse files
committed
Update .travis.yml with new pypi info
1 parent 8191977 commit 17c5cbc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
language: python
22
python:
3-
- 2.7
4-
- 3.5
5-
- 3.6
3+
- 2.7
4+
- 3.5
5+
- 3.6
66
sudo: false
77
notifications:
88
email: false
99
install:
10-
- pip install --upgrade pip wheel
11-
- pip install --upgrade numpy
12-
- pip install sphinx
13-
- pip install --upgrade .[test]
10+
- pip install --upgrade pip wheel
11+
- pip install --upgrade numpy
12+
- pip install sphinx
13+
- pip install --upgrade .[test]
1414
script:
15-
- pytest
16-
- cd docs && make html && cd ..
15+
- pytest
16+
- cd docs && make html && cd ..
1717
deploy:
1818
provider: pypi
19-
user: mcquin
19+
user: aether
2020
password:
21-
secure: PrFX2wJrhchChzJD8DX+q7q9UK9zrxl0CN3AdT8kBEIAxzVpM+jCS0Znt7yPHipNjhhvCPtcP2HqmkKuV3o4EgGb/E7BORbKnvBmnLVPcAOpBJXSGxqSXctmPUDlV3FF6Vi2MSTzOIcAPBSqQEB9HBtEUYO34gu2R0dwC3LdrVM=
21+
secure: Z88A/qARvvwFdogCnwiybg9g8+FTiJmTKh4rkfoOkFJP02dirWC3lDf8ZEUGo8Uk9QgO+M9BhcJR6vy7STGHYuVF+xC3lz9nuIQj39JkGfHOdy2aUOwiNQLES6jVGEzhJdDv4mJ5Wg481m0ZFGFxzjnAkpVBR2wxCyN80hcOXPc=
2222
python: 2.7
2323
on:
2424
tags: true

0 commit comments

Comments
 (0)