diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 16:07:53 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 16:07:53 -0700 |
commit | cbbf7106f8c6e2b0275fc65f17c8c419a2028d8a (patch) | |
tree | f0266f9925f8fb35541b1b04274886e4e5c5cd42 /.travis.yml | |
parent | 7fb72ec3b4824399e2dce4b4faf59f519ad49013 (diff) |
Revert attempts to run Kerberos tests :(
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 604b6fd2..a9a04c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,9 @@ 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! - - inv test --coverage --kerberos + - 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 |