diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-10 20:07:43 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:15:30 -0800 |
commit | 7d56ecb1a7d1654ae971e9896aa26e938454d3ea (patch) | |
tree | c85fd04be05e28cd0c06a4bc600b79256b77a22e /.travis.yml | |
parent | c74ff2a16e47bdf31f8ad17bbfbe2da5d03803c6 (diff) |
Meta prep work (reqs.txt, tasks.py)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c9802a80..29e44e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ python: install: # Self-install for setup.py-driven deps - pip install -e . - - pip install coveralls + # Dev (doc/test running) requirements + - pip install coveralls # For coveralls.io specifically + - pip install -r dev-requirements.txt script: coverage run --source=paramiko test.py --verbose notifications: irc: |