add py35 to circle test (#1386)

This commit is contained in:
Michel Oosterhof 2020-07-23 19:55:19 +08:00 committed by GitHub
parent af86336207
commit ae3cb6ced5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ workflows:
version: 2
test:
jobs:
- test-3.5-buster
- test-3.6-buster
- test-3.7-buster
- test-3.8-buster
@ -36,6 +37,10 @@ jobs:
command: |
. cowrie-env/bin/activate
PYTHONPATH=`pwd`/src trial cowrie
test-3.5-buster:
<<: *test-template
docker:
- image: circleci/python:3.5-buster
test-3.6-buster:
<<: *test-template
docker: