mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Test with python 3.7 and 3.8, no longer 3.6
This commit is contained in:
parent
3c6e0cbda1
commit
360458372f
@ -7,13 +7,13 @@ workflows:
|
||||
version: 2
|
||||
test:
|
||||
jobs:
|
||||
- test-3.6
|
||||
- test-3.7
|
||||
- test-3.8
|
||||
|
||||
jobs:
|
||||
test-3.6: &test-template
|
||||
test-3.7: &test-template
|
||||
docker:
|
||||
- image: circleci/python:3.6-buster
|
||||
- image: circleci/python:3.7-buster
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
command: |
|
||||
xvfb-run -s "-screen 0 1280x1024x24" poetry run pytest --rungui -vvv --no-qt-log tests/
|
||||
|
||||
test-3.7:
|
||||
test-3.8:
|
||||
<<: *test-template
|
||||
docker:
|
||||
- image: circleci/python:3.7-buster
|
||||
- image: circleci/python:3.8-buster
|
||||
|
Loading…
Reference in New Issue
Block a user