mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#N/A: Unlink python 2 on travis-ci osx build (#1032)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ed8aaa7f26
						
					
				
				
					commit
					eb60900330
				
			| @@ -30,6 +30,7 @@ addons: | |||||||
| before_install: | before_install: | ||||||
|   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then rm -rf /usr/local/include/c++; fi |   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then rm -rf /usr/local/include/c++; fi | ||||||
|   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; fi |   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; fi | ||||||
|  |   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew unlink python@2; fi | ||||||
|   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew upgrade python; fi |   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew upgrade python; fi | ||||||
|   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then pip3 install virtualenv; fi |   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then pip3 install virtualenv; fi | ||||||
|   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then virtualenv venv -p python3; fi |   - if [[ $TRAVIS_OS_NAME == "osx" ]]; then virtualenv venv -p python3; fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user