summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 15:18:51 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 15:18:51 -0700
commita146374936f5eb8f4736af3f7297117cdf5d291b (patch)
treea28a20cd13183bd66114c4538fd23f9785440d87 /.travis.yml
parentf74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff)
Add ability to run Kerberos tests to the test runner.
Includes merging coverage task into test task
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f6f7331..604b6fd2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,10 @@ install:
# Dev (doc/test running) requirements
- pip install coveralls # For coveralls.io specifically
- pip install -r dev-requirements.txt
+ - pip install -r kerberos-requirements.txt # for GSSAPI tests
script:
# Main tests, with coverage!
- - invoke coverage
+ - inv test --coverage --kerberos
# 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