diff options
Diffstat (limited to '.circleci/config.yml')
| -rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 6 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" | ||