mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 16:07:27 +03:00 
			
		
		
		
	Use dev version of graphql-core and promise
This commit is contained in:
		
							parent
							
								
									40a15bdd21
								
							
						
					
					
						commit
						800fbdf820
					
				|  | @ -22,10 +22,6 @@ before_install: | ||||||
| install: | install: | ||||||
| - | | - | | ||||||
|   if [ "$TEST_TYPE" = build ]; then |   if [ "$TEST_TYPE" = build ]; then | ||||||
|     # For testing |  | ||||||
|     pip install https://github.com/graphql-python/graphql-core/archive/master.zip --upgrade |  | ||||||
|     pip install https://github.com/syrusakbary/promise/archive/master.zip --upgrade |  | ||||||
| 
 |  | ||||||
|     pip install -e .[test] |     pip install -e .[test] | ||||||
|     python setup.py develop |     python setup.py develop | ||||||
|   elif [ "$TEST_TYPE" = lint ]; then |   elif [ "$TEST_TYPE" = lint ]; then | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -83,9 +83,9 @@ setup( | ||||||
| 
 | 
 | ||||||
|     install_requires=[ |     install_requires=[ | ||||||
|         'six>=1.10.0', |         'six>=1.10.0', | ||||||
|         'graphql-core>=1.1', |         'graphql-core>=1.2.dev', | ||||||
|         'graphql-relay>=0.4.5', |         'graphql-relay>=0.4.5', | ||||||
|         'promise>=2.0', |         'promise>=2.1.dev', | ||||||
|     ], |     ], | ||||||
|     tests_require=tests_require, |     tests_require=tests_require, | ||||||
|     extras_require={ |     extras_require={ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user