diff --git a/.travis.yml b/.travis.yml index e71a16d..6e57aed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"