diff --git a/.travis.yml b/.travis.yml index 1b7abac6eecb11040c0dc4554d8943b0962a57a8..cd718ce243ecde7520f28ac874cce220b4a9e129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 + diff --git a/README.md b/README.md index 631489fac59ba919841e221bbfe2056b0e742bbc..ce6c2d6fe756f234921742db4e646eff3f952152 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Landscape | [](https://landscape.io/github/ucoin-io/cutecoin/dev) +<!-- Landscape | [](https://landscape.io/github/ucoin-io/cutecoin/dev) --> Travis | [](https://travis-ci.org/ucoin-io/cutecoin)