mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							1af4334887
						
					
				
				
					commit
					c80f699321
				
			@@ -14,6 +14,10 @@ env:
 | 
				
			|||||||
language: python
 | 
					language: python
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "2.7"
 | 
					  - "2.7"
 | 
				
			||||||
 | 
					matrix:
 | 
				
			||||||
 | 
					  include:
 | 
				
			||||||
 | 
					    - python: "3.4"
 | 
				
			||||||
 | 
					      env: TEST_SUITE=mypy
 | 
				
			||||||
# command to run tests
 | 
					# command to run tests
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - ./tools/travis/$TEST_SUITE
 | 
					  - ./tools/travis/$TEST_SUITE
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										5
									
								
								tools/travis/mypy
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										5
									
								
								tools/travis/mypy
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set -e
 | 
				
			||||||
 | 
					set -x
 | 
				
			||||||
 | 
					./tools/run-mypy
 | 
				
			||||||
							
								
								
									
										5
									
								
								tools/travis/setup-mypy
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										5
									
								
								tools/travis/setup-mypy
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					set -e
 | 
				
			||||||
 | 
					set -x
 | 
				
			||||||
 | 
					pip install "six==1.10.0"
 | 
				
			||||||
 | 
					pip install "git+https://github.com/python/mypy.git@5d2dfce8cf6b9a0a7ce8fe8e3cb5866094459f8c"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user