mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Exclude python3.2 for django < 1.5
This commit is contained in:
		
							parent
							
								
									e348ee9255
								
							
						
					
					
						commit
						237e35120d
					
				| 
						 | 
					@ -6,7 +6,7 @@ python:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  - DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/
 | 
					  - DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/
 | 
				
			||||||
  - DJANGO=django==1.4.1 --use-mirrors
 | 
					  - DJANGO=django==1.4.2 --use-mirrors
 | 
				
			||||||
  - DJANGO=django==1.3.3 --use-mirrors
 | 
					  - DJANGO=django==1.3.3 --use-mirrors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
| 
						 | 
					@ -17,3 +17,10 @@ install:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - python rest_framework/runtests/runtests.py
 | 
					  - python rest_framework/runtests/runtests.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					matrix:
 | 
				
			||||||
 | 
					  exclude:
 | 
				
			||||||
 | 
					    - python: "3.2"
 | 
				
			||||||
 | 
					      env: DJANGO=django==1.4.2 --use-mirrors
 | 
				
			||||||
 | 
					    - python: "3.2"
 | 
				
			||||||
 | 
					      env: DJANGO=django==1.3.3 --use-mirrors
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user