diff options
| -rw-r--r-- | .circleci/config.yml | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 46dab22..7c144ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
| @@ -41,3 +41,9 @@ workflows: | |||
| 41 | - test: | 41 | - test: |
| 42 | name: "python 3.5" | 42 | name: "python 3.5" |
| 43 | version: "3.5" | 43 | version: "3.5" |
| 44 | - test: | ||
| 45 | name: "python 3.6" | ||
| 46 | version: "3.5" | ||
| 47 | - test: | ||
| 48 | name: "python 3.7" | ||
| 49 | version: "3.5" | ||
| @@ -60,6 +60,8 @@ setup( | |||
| 60 | # that you indicate whether you support Python 2, Python 3 or both. | 60 | # that you indicate whether you support Python 2, Python 3 or both. |
| 61 | 'Programming Language :: Python :: 2.7', | 61 | 'Programming Language :: Python :: 2.7', |
| 62 | 'Programming Language :: Python :: 3.5', | 62 | 'Programming Language :: Python :: 3.5', |
| 63 | 'Programming Language :: Python :: 3.6', | ||
| 64 | 'Programming Language :: Python :: 3.7', | ||
| 63 | ], | 65 | ], |
| 64 | scripts=[ | 66 | scripts=[ |
| 65 | 'bin/emq-cli', | 67 | 'bin/emq-cli', |