add support for python 3.6
This commit is contained in:
		
							parent
							
								
									972c57fb8c
								
							
						
					
					
						commit
						10c9999f9b
					
				
					 2 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -5,6 +5,7 @@ python:
 | 
			
		|||
    - "3.3"
 | 
			
		||||
    - "3.4"
 | 
			
		||||
    - "3.5"
 | 
			
		||||
    - "3.6"
 | 
			
		||||
# command to install dependencies
 | 
			
		||||
install:
 | 
			
		||||
    - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install unittest2; fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										7
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -25,13 +25,12 @@ setup(
 | 
			
		|||
    entry_points={
 | 
			
		||||
        'console_scripts': ['wakatime = wakatime.__init__:execute'],
 | 
			
		||||
    },
 | 
			
		||||
    classifiers=(
 | 
			
		||||
    classifiers=[
 | 
			
		||||
        'Development Status :: 5 - Production/Stable',
 | 
			
		||||
        'Environment :: Console',
 | 
			
		||||
        'Intended Audience :: Developers',
 | 
			
		||||
        'License :: OSI Approved :: BSD License',
 | 
			
		||||
        'Natural Language :: English',
 | 
			
		||||
        'Topic :: Text Editors',
 | 
			
		||||
        'Programming Language :: Python',
 | 
			
		||||
        'Programming Language :: Python :: 2',
 | 
			
		||||
        'Programming Language :: Python :: 2.6',
 | 
			
		||||
| 
						 | 
				
			
			@ -40,5 +39,7 @@ setup(
 | 
			
		|||
        'Programming Language :: Python :: 3.3',
 | 
			
		||||
        'Programming Language :: Python :: 3.4',
 | 
			
		||||
        'Programming Language :: Python :: 3.5',
 | 
			
		||||
    ),
 | 
			
		||||
        'Programming Language :: Python :: 3.6',
 | 
			
		||||
        'Topic :: Text Editors',
 | 
			
		||||
    ],
 | 
			
		||||
)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue