mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-26 03:23:55 +03:00
Fixed travis
This commit is contained in:
parent
7cfec55410
commit
4585469425
|
@ -26,7 +26,6 @@ install:
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
elif [ "$TEST_TYPE" = lint ]; then
|
elif [ "$TEST_TYPE" = lint ]; then
|
||||||
pip install flake8
|
pip install flake8
|
||||||
fi
|
|
||||||
elif [ "$TEST_TYPE" = mypy ]; then
|
elif [ "$TEST_TYPE" = mypy ]; then
|
||||||
pip install mypy
|
pip install mypy
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user