diff --git a/.woodpecker.yml b/.woodpecker.yml index 819ac41..972f9e0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -29,7 +29,7 @@ pipeline: pull: true commands: - pip install -e .[ci] - - tex -e pypy37 + - tox -e pypy37 test-3.6: group: test