mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Added package test requirements into travis excluding setup
This commit is contained in:
parent
85d3145862
commit
287a7a814d
|
@ -22,6 +22,10 @@ before_install:
|
|||
install:
|
||||
- |
|
||||
if [ "$TEST_TYPE" = build ]; then
|
||||
# For testing
|
||||
pip install https://github.com/graphql-python/graphql-core/archive/master.zip
|
||||
pip install https://github.com/syrusakbary/promise/archive/master.zip
|
||||
|
||||
pip install -e .[test]
|
||||
python setup.py develop
|
||||
elif [ "$TEST_TYPE" = lint ]; then
|
||||
|
|
6
setup.py
6
setup.py
|
@ -83,11 +83,9 @@ setup(
|
|||
|
||||
install_requires=[
|
||||
'six>=1.10.0',
|
||||
# 'graphql-core>=1.1',
|
||||
'https://github.com/graphql-python/graphql-core/archive/master.zip',
|
||||
'graphql-core>=1.1',
|
||||
'graphql-relay>=0.4.5',
|
||||
#'promise>=2.0',
|
||||
'https://github.com/syrusakbary/promise/archive/master.zip',
|
||||
'promise>=2.0',
|
||||
],
|
||||
tests_require=tests_require,
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue
Block a user