From 678e422092381d19d88aa928ee308d9562c545d9 Mon Sep 17 00:00:00 2001 From: maybe-sybr <58414429+maybe-sybr@users.noreply.github.com> Date: Fri, 16 Oct 2020 09:33:42 +1100 Subject: [PATCH] ci: Fix TOXENV for pypy3 unit tests Fixes #6409 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96fb6f4d872..dc7e1e3c6c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,8 +64,9 @@ jobs: - TOXENV=flake8,apicheck,configcheck,bandit - CELERY_TOX_PARALLEL='--parallel --parallel-live' stage: lint + - python: pypy3.6-7.3.1 - env: TOXENV=pypy3 + env: TOXENV=pypy3-unit stage: test before_install: