diff --git a/.travis.yml b/.travis.yml index 442aff6..7b07a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,10 @@ python: - "3.6" install: - pip install -r requirements.txt - - pip install pytest-xdist pytest-cov + - pip install coveralls pytest-xdist pytest-cov - pip install . script: - - py.test --boxed tests/ -vvvvs + - py.test --cov-report= --cov=keras_architecture_visualizer --boxed tests/ -vvvvs addons: apt: packages: