From 1453de934694f0ce69f2652224ff2efddc03969d Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Wed, 28 Apr 2021 16:12:00 +0200 Subject: [PATCH] Fixed dumb typo --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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