mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#284 Add coveralls support
This commit is contained in:
		| @@ -6,4 +6,8 @@ python: | |||||||
| install: | install: | ||||||
|   - pip install -r requirements.txt |   - pip install -r requirements.txt | ||||||
|   - python setup.py develop |   - python setup.py develop | ||||||
| script: py.test -v |   - pip install coveralls | ||||||
|  | script: | ||||||
|  |   - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} | ||||||
|  |   - coverage run --source=thefuck,tests -m py.test -v | ||||||
|  | after_success: coveralls | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| # The Fuck [](https://travis-ci.org/nvbn/thefuck) | # The Fuck [](https://travis-ci.org/nvbn/thefuck) [](https://coveralls.io/github/nvbn/thefuck?branch=master) | ||||||
|  |  | ||||||
| **Aliases changed in 1.34.** | **Aliases changed in 1.34.** | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user