Removing xdist from travis because it screws up the coverage report.
This commit is contained in:
@@ -5,11 +5,11 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
before_install:
|
before_install:
|
||||||
- pip install coveralls pytest pytest-xdist pytest-cov mock pylint vcrpy
|
- pip install coveralls pytest pytest-cov mock pylint vcrpy
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
script:
|
script:
|
||||||
- pylint --rcfile .pylintrc -E rtv/
|
- pylint --rcfile .pylintrc -E rtv/
|
||||||
- py.test -v --cov rtv -n 4
|
- py.test -v --cov
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user