Skip to content

Commit 7c45139

Browse files
committed
Added travis ci yml
1 parent 97b9c1f commit 7c45139

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: python
2+
python:
3+
- 2.7.8
4+
- 2.7
5+
- 3.3
6+
- 3.4
7+
- 3.5
8+
- nightly
9+
deploy:
10+
provider: pypi
11+
user: davidsulpy
12+
password:
13+
secure: a/daKGCkdsiWucEjAY+hbLsov1Ntt3CIEscgQpyAB+KBxaVVbQfQQ8NVjLSMbzblBAiVgClHjZJTWBoY5Xs85rytSfEOUcBNAq6Qi/IHswwyiR8VSq3jLMqEDKqR0KZv/vg+vX/KPw4oD+ShLVPNuecmMFNQu2vNWle1uggtOE8=
14+
on:
15+
tags: true
16+
distributions: sdist bdist_wheel
17+
repo: InitialState/python_appender
18+
branch: dev

0 commit comments

Comments
 (0)