summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-18 16:28:06 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-18 16:28:06 -0700
commit6ee3f1a074d2b13cca2a5d267f16159f294b98c6 (patch)
tree10cfb20e523ea9a337ccc61a3389b95572fe3bca /.travis.yml
parentca63b94a3a4461df5aabc38ec5ce35a43a48afac (diff)
parent381e86171e28ebfaa64c3dabe0e394448eb03aa3 (diff)
Merge branch 'master' into switch-to-cryptography
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 7171dbe0..0bda3da9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,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