diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:43:23 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:43:23 -0700 |
commit | 79bfe3e94ff1e0ae517ce3e912527ff8b51f4eab (patch) | |
tree | 1050e13a8d63729ce38fc69731c7191e844825d3 /.travis.yml | |
parent | 71ca2b0022a10f6ba0c6647c5c68581ef9779fd0 (diff) |
TODO
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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: |