We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b9c1f commit 7c45139Copy full SHA for 7c45139
1 file changed
.travis.yml
@@ -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