summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2016-12-23 10:21:11 -0800
committerGitHub <noreply@github.com>2016-12-23 10:21:11 -0800
commit264001f79aeb5804fa8f7d92a2e2fd39b3bfe55f (patch)
treec57cd43a37923511fb13bc7ef53615c2bb9a76c8 /.travis.yml
parenta9aa5d119347dfd065f1c16188d9db8c427afd20 (diff)
parent7b6eb3007c135cad4c7a873a92816bb540afb171 (diff)
Merge pull request #934 from dcbaker/pr/more-cleanups
More cleanups
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: |