try_trip^2
Tyler Goodlet 2020-01-31 12:04:13 -05:00
parent d64508e1a6
commit ee4b014092
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ matrix:
python: 3.7 # this works for Linux but is ignored on macOS or Windows
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
env: SPAWN_BACKEND="mp"
- name: "Python 3.8: trio-run-in-process"