Skip to content

Commit

Permalink
fix travis to deploy only on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
randomsync committed Jul 22, 2019
1 parent 98326d0 commit 0450e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ deploy:
on:
repo: randomsync/robotframework-mqttlibrary
tags: true
python: '3.7'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Testing',
],
keywords = 'robotframework testing testautomation mqtt',
Expand Down

0 comments on commit 0450e4c

Please sign in to comment.