summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-05 23:03:36 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-05 23:03:36 -0700
commiteb23d3cf359987e6e18f521d11a3b35b9c450f7d (patch)
tree87d88051a64476996375e91f2a66ad3d71632d42 /.travis.yml
parentb14d98e506879e6c3521c6549a3f8b9abd234fda (diff)
parentfd94765e54272706b55e50c692c814d07c8008d1 (diff)
Merge branch '2.0' into 2.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 4cacb017..c8faf0a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,11 +20,8 @@ install:
script:
# Main tests, w/ 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
- # problems.
- - invoke docs -o -W www -o -W
+ # Ensure documentation builds, both sites, maxxed nitpicking
+ - inv sites
# flake8 is now possible!
- flake8
notifications: