Skip to content

Commit ffd0c0d

Browse files
author
Saurabh Kumar
committed
add pypi integration using travis
1 parent bba5a38 commit ffd0c0d

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# see: http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.{py,rst,ini}]
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.yml]
16+
indent_style = space
17+
indent_size = 2

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ install:
88
- pip install --editable .
99
before_script: flake8
1010
script: py.test
11+
deploy:
12+
provider: pypi
13+
user: 'theskumar'
14+
password:
15+
secure: xe5yaUqAb0jam6epvEGSUMYt9L5gSRyFLaahTmCDEULP7msj8D45vswV/uEvnjdWdBw5CPuBkhLJXj2vsVMjkWVSa6bBfz79sEdd//70lE07bJA9sBSsXwbB4hxY+jWgW1KTFUNCPFP59L0ZosgYHJMbLcyr8iH2ZI+QzyUrO1U=

0 commit comments

Comments
 (0)