From a7d93035e8ab1173f049785edec9528d0357b5f4 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 22 Apr 2017 12:48:21 +0200 Subject: [PATCH] Use nosetests in .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3e5ca2..0f5c725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,6 @@ python: - "nightly" # currently points to 3.7-dev # command to install dependencies install: "pip install -r requirements.txt" +install: "pip install nose" # command to run tests -script: pytest +script: nosetests