Skip to content

Commit 2fe8d71

Browse files
committed
added a designation to prevent travis from attempting to deploy on every python version it's building against; bumped version to test
1 parent f32248f commit 2fe8d71

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ deploy:
1717
distributions: sdist bdist_wheel
1818
repo: initialstate/python_appender
1919
branch: master
20+
python: '3.5'
2021
notifications:
2122
slack:
2223
secure: rAnXefiLNiVD2XtRHei42YG9JNDcbzcK/4ZFH2eVMIvYuWIhaeHUeO6kw/A5kGlnk862trhWfvqu6I+Fg0eH040O7DYpRaUDnXOCzLR1zGA5M8qN71uYZsFppPnpDH0TzpVMnIrv2xyjik4zkonJCuAVrLgmLBVCHIt2Bqvs06w=

ISStreamer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)