mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Update Django versions
This commit is contained in:
		
							parent
							
								
									c7bf99330e
								
							
						
					
					
						commit
						3bcb7dba8c
					
				
							
								
								
									
										12
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								tox.ini
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -12,9 +12,9 @@ commands = ./runtests.py --fast {posargs} --coverage
 | 
			
		|||
setenv =
 | 
			
		||||
       PYTHONDONTWRITEBYTECODE=1
 | 
			
		||||
deps =
 | 
			
		||||
        django17: Django==1.7.10
 | 
			
		||||
        django18: Django==1.8.6
 | 
			
		||||
        django19: https://www.djangoproject.com/download/1.9rc1/tarball/
 | 
			
		||||
        django17: Django==1.7.11
 | 
			
		||||
        django18: Django==1.8.7
 | 
			
		||||
        django19: https://www.djangoproject.com/download/1.9rc2/tarball/
 | 
			
		||||
        -rrequirements/requirements-testing.txt
 | 
			
		||||
        -rrequirements/requirements-optionals.txt
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -33,21 +33,21 @@ deps =
 | 
			
		|||
# Specify explicitly to exclude Django Guardian against Django 1.9
 | 
			
		||||
[testenv:py27-django19]
 | 
			
		||||
deps =
 | 
			
		||||
        https://www.djangoproject.com/download/1.9rc1/tarball/
 | 
			
		||||
        https://www.djangoproject.com/download/1.9rc2/tarball/
 | 
			
		||||
        -rrequirements/requirements-testing.txt
 | 
			
		||||
        markdown==2.5.2
 | 
			
		||||
        django-filter==0.10.0
 | 
			
		||||
 | 
			
		||||
[testenv:py34-django19]
 | 
			
		||||
deps =
 | 
			
		||||
        https://www.djangoproject.com/download/1.9rc1/tarball/
 | 
			
		||||
        https://www.djangoproject.com/download/1.9rc2/tarball/
 | 
			
		||||
        -rrequirements/requirements-testing.txt
 | 
			
		||||
        markdown==2.5.2
 | 
			
		||||
        django-filter==0.10.0
 | 
			
		||||
 | 
			
		||||
[testenv:py35-django19]
 | 
			
		||||
deps =
 | 
			
		||||
        https://www.djangoproject.com/download/1.9rc1/tarball/
 | 
			
		||||
        https://www.djangoproject.com/download/1.9rc2/tarball/
 | 
			
		||||
        -rrequirements/requirements-testing.txt
 | 
			
		||||
        markdown==2.5.2
 | 
			
		||||
        django-filter==0.10.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user