aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-15 12:13:10 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-15 12:27:32 +0100
commit12d5965f82e706b4670710c16461e953882c65c4 (patch)
tree22c6a365733fd58bb8081827ab56710665515f91
parentdb8576472e3c76dc495ba45792c8dc7f1bb4be46 (diff)
travis: Run nosetests as well
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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