mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Add django-oauth2-provider to .travis.yml
This commit is contained in:
		
							parent
							
								
									d4c2267187
								
							
						
					
					
						commit
						182edb3e9b
					
				| 
						 | 
					@ -14,6 +14,7 @@ env:
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - pip install $DJANGO
 | 
					  - pip install $DJANGO
 | 
				
			||||||
  - pip install defusedxml==0.3
 | 
					  - pip install defusedxml==0.3
 | 
				
			||||||
 | 
					  - "pip install -e git+git://github.com/caffeinehit/django-oauth2-provider.git#egg=django-oauth2-provider"
 | 
				
			||||||
  - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-filter==0.5.4 --use-mirrors; fi"
 | 
					  - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-filter==0.5.4 --use-mirrors; fi"
 | 
				
			||||||
  - "if [[ ${TRAVIS_PYTHON_VERSION::1} == '3' ]]; then pip install https://github.com/alex/django-filter/tarball/master; fi"
 | 
					  - "if [[ ${TRAVIS_PYTHON_VERSION::1} == '3' ]]; then pip install https://github.com/alex/django-filter/tarball/master; fi"
 | 
				
			||||||
  - export PYTHONPATH=.
 | 
					  - export PYTHONPATH=.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user