Skip to content

Commit

Permalink
ci: Fix TOXENV for pypy3 unit tests
Browse files Browse the repository at this point in the history
Fixes #6409
  • Loading branch information
maybe-sybr authored and auvipy committed Oct 29, 2020
1 parent 8c5e988 commit 678e422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 678e422

Please sign in to comment.