summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-12-15 09:44:32 -0800
committerJeff Forcier <jeff@bitprophet.org>2018-12-15 09:44:32 -0800
commitdbcef4dd99684da3b5d1fe3491172a663717e55a (patch)
tree5d467b74b983639a27d01588eb62e165278e373f
parentcee82a1b340712dfceccecba83ca74fda8f8f29a (diff)
Not sure why this got reverted in 2.3
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 83b68be0..58d526fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,12 +31,12 @@ install:
if [[ -n "$CRYPTO_BEFORE" ]]; then
pip install "cryptography<${CRYPTO_BEFORE}"
fi
- # 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
+ # Self-install for setup.py-driven deps
+ - pip install -e .
script: |
# NOTE: the below hilarity should only exist in 2.0-2.3, 2.4+ should've gone
# back to vague normalcy!