Update supported/testing Django versions.
This commit is contained in:
		
							
								
								
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -1,16 +1,11 @@
 | 
				
			|||||||
language: python
 | 
					language: python
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  - DJANGO_VERSION=1.4
 | 
					  - DJANGO_VERSION=1.7
 | 
				
			||||||
  - DJANGO_VERSION=1.5
 | 
					  - DJANGO_VERSION=1.8
 | 
				
			||||||
  - DJANGO_VERSION=1.6
 | 
					 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "2.6"
 | 
					 | 
				
			||||||
  - "2.7"
 | 
					  - "2.7"
 | 
				
			||||||
  - "3.3"
 | 
					  - "3.3"
 | 
				
			||||||
matrix:
 | 
					  - "3.4"
 | 
				
			||||||
  exclude:
 | 
					 | 
				
			||||||
     - python: "3.3"
 | 
					 | 
				
			||||||
       env: DJANGO_VERSION=1.4
 | 
					 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - pip install django==$DJANGO_VERSION --use-mirrors
 | 
					  - pip install django==$DJANGO_VERSION --use-mirrors
 | 
				
			||||||
  - pip install . --use-mirrors
 | 
					  - pip install . --use-mirrors
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -16,7 +16,7 @@ setup(
 | 
				
			|||||||
    packages = find_packages(),
 | 
					    packages = find_packages(),
 | 
				
			||||||
    install_requires = [
 | 
					    install_requires = [
 | 
				
			||||||
        "sphinx-me >= 0.1.2",
 | 
					        "sphinx-me >= 0.1.2",
 | 
				
			||||||
        "django >= 1.4",
 | 
					        "django >= 1.7, < 1.9",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    classifiers = [
 | 
					    classifiers = [
 | 
				
			||||||
        "Development Status :: 5 - Production/Stable",
 | 
					        "Development Status :: 5 - Production/Stable",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user