summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-04 00:03:57 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-04 00:03:57 -0500
commit7dbb01c7054b7a79fb9e0f3fac9a18732d3fac13 (patch)
tree115a4e1125a5c6c7d98f83ab0d83e77a749b43d0 /.travis.yml
parentf5ba7d5a60110ea7236492f66406f542a09d88a3 (diff)
parent2576b16b5439fd3487e498c21203593e10dbee52 (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 cb2a7e8b..55cba46d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ install:
- pip install -r dev-requirements.txt
script:
# Main tests, w/ coverage!
- - "inv test --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