mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 06:34:09 +00:00 
			
		
		
		
	Revert "#N/A Run functional tests in travis-ci"
This reverts commit 9e79c4aea3.
			
			
This commit is contained in:
		| @@ -3,18 +3,12 @@ python: | |||||||
|   - "3.4" |   - "3.4" | ||||||
|   - "3.3" |   - "3.3" | ||||||
|   - "2.7" |   - "2.7" | ||||||
| sudo: true |  | ||||||
| install: | install: | ||||||
|   - pip install coveralls |   - pip install coveralls | ||||||
|   - pip install -r requirements.txt |   - pip install -r requirements.txt | ||||||
|   - python setup.py develop |   - python setup.py develop | ||||||
|   - rm -rf build |   - rm -rf build | ||||||
|   - curl -sLo - http://j.mp/install-travis-docker | sh -xe |  | ||||||
| env: |  | ||||||
|   global: |  | ||||||
|     - DOCKER="./run docker" |  | ||||||
|     - FUNCTIONAL=true |  | ||||||
| script: | script: | ||||||
|   - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} |   - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} | ||||||
|   - coverage run --source=thefuck,tests -m py.test -v --capture=sys |   - coverage run --source=thefuck,tests -m py.test -v | ||||||
| after_success: coveralls | after_success: coveralls | ||||||
|   | |||||||
| @@ -9,7 +9,6 @@ import pexpect | |||||||
| import pytest | import pytest | ||||||
|  |  | ||||||
| root = str(Path(__file__).parent.parent.parent.resolve()) | root = str(Path(__file__).parent.parent.parent.resolve()) | ||||||
| docker = os.environ.get('DOCKER', 'docker').split(' ') |  | ||||||
|  |  | ||||||
|  |  | ||||||
| def build_container(tag, dockerfile): | def build_container(tag, dockerfile): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user