Skip to content

Commit c38a26c

Browse files
committed
test pypi
1 parent 929de50 commit c38a26c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ jobs:
3232
local_dir: ./doc/_build/html
3333
on:
3434
branch: master
35+
- stage: test package deployment
36+
deploy:
37+
provider: pypi
38+
server: https://test.pypi.org
39+
user: $TEST_PYPI_USER
40+
password: $TEST_PYPI_PASSWORD
3541

0 commit comments

Comments
 (0)