diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:43:23 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 14:37:32 -0700 |
commit | 5d20647a650adbf8c98c446d3c185dae7706b0e7 (patch) | |
tree | ce55e86c09bd96a8c37c1b259ac9ed460892d484 | |
parent | 2fb5b0a36719c13bb2b044d9a2034408d18310eb (diff) |
TODO
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2819eb20..30ddbff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,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: |