From 78e349f3ba884f1383fdbca82fe012d070ca14f8 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 18 Feb 2019 12:53:28 +0100 Subject: [PATCH] Fix the test command I should be less cocky about pushing these things to master and instead to a PR --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63d9b5d0..1f48e8a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,7 @@ matrix: script: - make ${MAKETARGET} - - cd test && nosetests --rednose --verbose + - cd test && python3 -m nose --rednose --verbose cache: pip