From 9fe1515a687f6aebd5187e026b28a952d77d93c0 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 20 Jun 2020 14:16:24 -0700 Subject: [PATCH] Include pytest in Travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5590ccef..48bd3830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ install: - poetry run python --version script: + - poetry run pytest - poetry run behave aliases: