From ee4b014092aa0a1b6c8fdbb525210f2b6dd60844 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 31 Jan 2020 12:04:13 -0500 Subject: [PATCH] Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"