Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-06 09:53:09 -05:00
parent 5fc210377f
commit 129c52960c
+2 -2
View File
@@ -23,8 +23,8 @@ if [[ ! -z "$CI" ]]; then
pip install -e "$(pwd)" --upgrade --upgrade-strategy=only-if-needed
pipenv install --deploy --system --dev
TAP_OUPUT=1
export TAP_OUPUT
TAP_OUTPUT="1"
export TAP_OUTPUT
else
# Otherwise, assume MacOS…