From 76abea7a221d893887122c4faf7ec6182db6511c Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:33:36 +0200 Subject: [PATCH] Oops ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce37c9a5..2c0947d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ python: install: - pip install -r requirements.txt script: - - pytest -m pytest -v + - python -m pytest -v