This repository has been archived by the owner on May 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
TravisCI builds failing #17
Comments
Something else weird here, TravisCI build history doesn't appear to match commit history. |
I found a couple of articles on this issue, but am still not clear on the most reliable way forward so have posted a question on the Travis forums: https://travis-ci.community/t/travisci-support-for-pipenv/1436. |
calebmarchent
pushed a commit
to calebmarchent/python-nubia
that referenced
this issue
Dec 14, 2018
Using language "python" in Travis starts up within a virtualenv; current version of pipenv does not like to be run within an existing virtualenv; we do require the pipenv library, to get dependencies, as we require nose for the unit tests; so these are installed manually for the travis job. Fixes facebookarchive#17
Fixed |
How did you resolve this issue? I'm having the same problem |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://travis-ci.com/facebookincubator/python-nubia/builds/94521692
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The command "pipenv install -d --system --three" failed and exited with 1 during .
The text was updated successfully, but these errors were encountered: