Skip to content

Commit b5a1fd6

Browse files
committed
add publish to pypi from travis
1 parent 75a3df2 commit b5a1fd6

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.travis.yml

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
language: python
22
python:
3-
- 2.6
4-
- 2.7
3+
- 2.6
4+
- 2.7
55
install:
6-
- python setup.py develop
7-
- pip install -r requirements.txt
8-
- pip install -r test-requirements.txt
9-
script:
10-
- python setup.py test
6+
- python setup.py develop
7+
- pip install -r requirements.txt
8+
- pip install -r test-requirements.txt
9+
script:
10+
- python setup.py test
11+
deploy:
12+
provider: pypi
13+
user: balanced-butler
14+
password:
15+
secure: jH1XW+hl+KInnde014cvX8mH5ZRiqXsxMRflR2DEs/na5mK/1LFzFt2iwgN9XwkkmXJYLPr6LA3pSLqHTMKXs8RrHaM1uXmEckXL48jcy0YkQ0+2Cl0EKcbmS8OnqIcjY3g5xFBbsFPjuRx6uJYFksJ3QatTuxkDcY/hQOc6IZg=
16+
on:
17+
tags: true

0 commit comments

Comments
 (0)