1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00

#N/A Fix tests in travis

This commit is contained in:
nvbn 2015-07-20 21:24:00 +03:00
parent 164103693b
commit 7b011a504d

View File

@ -7,6 +7,7 @@ install:
- pip install -r requirements.txt
- python setup.py develop
- pip install coveralls
- rm -rf build
script:
- export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1}
- coverage run --source=thefuck,tests -m py.test -v