Skip to content
Snippets Groups Projects
Commit efeef733 authored by inso's avatar inso
Browse files

Coveralls test

parent 4e73037c
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION cx_freeze pyqt5 libpng=1.5.13 libsodium=1.0.3
- source activate test-environment
- ldd $HOME/miniconda/envs/test-environment/lib/qt5/plugins/platforms/*.so
- pip install coveralls
- pip install pylibscrypt
- pip install libnacl
- pip install requests
......@@ -47,4 +48,8 @@ script:
- export QT_QPA_PLATFORM_PLUGIN_PATH=$HOME/miniconda/envs/test-environment/lib/qt5/plugins/platforms;
- export QT_PLUGIN_PATH=$HOME/miniconda/envs/test-environment/lib/qt5/plugins
- export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
- python run_tests.py
- coverage run --source=cutecoin.core,cutecoin.gui,cutecoin.models run_tests.py
after_succes:
- coveralls
Landscape | [![Code Health](https://landscape.io/github/ucoin-io/cutecoin/dev/landscape.svg?style=flat)](https://landscape.io/github/ucoin-io/cutecoin/dev)
<!-- Landscape | [![Code Health](https://landscape.io/github/ucoin-io/cutecoin/dev/landscape.svg?style=flat)](https://landscape.io/github/ucoin-io/cutecoin/dev) -->
Travis | [![Build Status](https://travis-ci.org/ucoin-io/cutecoin.svg?branch=travis)](https://travis-ci.org/ucoin-io/cutecoin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment