aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-07 12:50:33 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-07 12:50:33 -0500
commit24e5ec01302590a6e6d996bd464f1fe249c4a5e2 (patch)
treecacaa094d8b91d2beeee230dbf1c4af01538fb6d /.travis.yml
parentSpeed up unit tests (diff)
downloadpygensvm-24e5ec01302590a6e6d996bd464f1fe249c4a5e2.tar.gz
pygensvm-24e5ec01302590a6e6d996bd464f1fe249c4a5e2.zip
Make travis stop early
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 24ed42a..c4f66fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@ install:
- python setup.py build_ext --inplace
script:
- - nosetests -v
+ - nosetests -v -x