1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

#N/A Install coverall before project deps

This commit is contained in:
nvbn 2015-07-22 04:49:33 +03:00
parent 6c534c52bc
commit a6c5b8322a

View File

@ -4,9 +4,9 @@ python:
- "3.3"
- "2.7"
install:
- pip install coveralls
- 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}