From 12d5965f82e706b4670710c16461e953882c65c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 15 Dec 2016 12:13:10 +0100 Subject: travis: Run nosetests as well --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 838cd99..ce0f500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ python: - "3.4" - "3.5" install: "pip install -r requirements.txt" -script: flake8 +script: + - flake8 + - nosetests -- cgit v1.2.1