summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-23 11:43:23 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-23 11:43:23 -0700
commit79bfe3e94ff1e0ae517ce3e912527ff8b51f4eab (patch)
tree1050e13a8d63729ce38fc69731c7191e844825d3 /.travis.yml
parent71ca2b0022a10f6ba0c6647c5c68581ef9779fd0 (diff)
TODO
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 89bb4444..19551cf1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ install:
# Self-install for setup.py-driven deps
- pip install -e .
# Dev (doc/test running) requirements
+ # TODO: use pipenv + whatever contexty-type stuff it has
- pip install codecov # For codecov specifically
- pip install -r dev-requirements.txt
script: