diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 16:25:37 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 16:25:37 -0700 |
commit | bcbbad83e7bc48d8912b18ec8c175d7a5405d357 (patch) | |
tree | 1ada12e4f9a97accadd8a3950347b8a408f8dc69 /.travis.yml | |
parent | 4e66cf36c4c97ce539970553e721d9a81727fbb5 (diff) | |
parent | cbbf7106f8c6e2b0275fc65f17c8c419a2028d8a (diff) |
Merge branch 'master' into 393-int
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f6f7331..a9a04c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - pip install -r dev-requirements.txt script: # Main tests, with coverage! - - invoke coverage + - inv test --coverage # Ensure documentation & invoke pipeline run OK. # Run 'docs' first since its objects.inv is referred to by 'www'. # Also force warnings to be errors since most of them tend to be actual |