aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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