summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-14 15:53:47 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-21 16:29:01 -0800
commit3e0e2d46338966f80f60a4b946872313644e8787 (patch)
treeabf083d88cb7c485ff0b3bf89e58e86d5bf219db /.travis.yml
parentee45102ad8a386ed9c94e20db4f35d9276b3329e (diff)
setup.py: Add hook for tests.
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 f112a21a..f849cf37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,7 +83,7 @@ install:
# install sphinx for building the html docs
pip install sphinx
else
- pip install .
+ pip install .[test]
fi
script: |