Fix typo
parent
d64508e1a6
commit
ee4b014092
|
@ -29,7 +29,7 @@ matrix:
|
||||||
python: 3.7 # this works for Linux but is ignored on macOS or Windows
|
python: 3.7 # this works for Linux but is ignored on macOS or Windows
|
||||||
env: SPAWN_BACKEND="trio_run_in_process"
|
env: SPAWN_BACKEND="trio_run_in_process"
|
||||||
|
|
||||||
- name: "Pytron 3.8: multiprocessing"
|
- name: "Python 3.8: multiprocessing"
|
||||||
python: 3.8 # this works for Linux but is ignored on macOS or Windows
|
python: 3.8 # this works for Linux but is ignored on macOS or Windows
|
||||||
env: SPAWN_BACKEND="mp"
|
env: SPAWN_BACKEND="mp"
|
||||||
- name: "Python 3.8: trio-run-in-process"
|
- name: "Python 3.8: trio-run-in-process"
|
||||||
|
|
Loading…
Reference in New Issue