mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 07:04:12 +00:00 
			
		
		
		
	Add Python 3.8 version support (#983)
* Update .travis.yml * Update tox.ini
This commit is contained in:
		
				
					committed by
					
						 Vladimir Iakovlev
						Vladimir Iakovlev
					
				
			
			
				
	
			
			
			
						parent
						
							4f165bf6df
						
					
				
				
					commit
					7a9d87f502
				
			| @@ -8,6 +8,9 @@ matrix: | |||||||
|     - os: linux |     - os: linux | ||||||
|       dist: xenial |       dist: xenial | ||||||
|       python: "3.8-dev" |       python: "3.8-dev" | ||||||
|  |     - os: linux | ||||||
|  |       dist: xenial | ||||||
|  |       python: "3.8" | ||||||
|     - os: linux |     - os: linux | ||||||
|       dist: xenial |       dist: xenial | ||||||
|       python: "3.7-dev" |       python: "3.7-dev" | ||||||
| @@ -60,7 +63,7 @@ script: | |||||||
|   - flake8 |   - flake8 | ||||||
|   - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} |   - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} | ||||||
|   - export RUN_TESTS="coverage run --source=thefuck,tests -m py.test -v --capture=sys tests" |   - export RUN_TESTS="coverage run --source=thefuck,tests -m py.test -v --capture=sys tests" | ||||||
|   - if [[ $TRAVIS_PYTHON_VERSION == 3.7 && $TRAVIS_OS_NAME != "osx" ]]; then $RUN_TESTS --enable-functional; fi |   - if [[ $TRAVIS_PYTHON_VERSION == 3.8 && $TRAVIS_OS_NAME != "osx" ]]; then $RUN_TESTS --enable-functional; fi | ||||||
|   - if [[ $TRAVIS_PYTHON_VERSION != 3.7 || $TRAVIS_OS_NAME == "osx" ]]; then $RUN_TESTS; fi |   - if [[ $TRAVIS_PYTHON_VERSION != 3.8 || $TRAVIS_OS_NAME == "osx" ]]; then $RUN_TESTS; fi | ||||||
| after_success: | after_success: | ||||||
|   - if [[ $TRAVIS_PYTHON_VERSION == 3.7 && $TRAVIS_OS_NAME != "osx" ]]; then coveralls; fi |   - if [[ $TRAVIS_PYTHON_VERSION == 3.8 && $TRAVIS_OS_NAME != "osx" ]]; then coveralls; fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user