graphql-core-legacy
graphql-core-legacy copied to clipboard
Attempt to fix `default_value` with `graphene.Enum` for `graphene.Argument`
Could somebody (@syrusakbary?) point me to why this PR (tox -> py27) may be failing? The build directly from travis source branch is passing, and I ran the below PR build successfully locally with python 2.7.14
as well on a python:2.7.14
docker image (which is what the travis logs show):
git clone --depth=50 https://github.com/graphql-python/graphql-core.git graphql-python/graphql-core
cd graphql-python/graphql-core
git fetch origin +refs/pull/229/merge:
git checkout -qf FETCH_HEAD
pip install coveralls tox
export TOXENV=py27
tox