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

Run py.test

parent 6d232ba0
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,6 @@ lrelease -version ...@@ -13,6 +13,6 @@ lrelease -version
echo "%CWD%" echo "%CWD%"
python setup.py test py.test
if %errorlevel% neq 0 exit /b 1 if %errorlevel% neq 0 exit /b 1
\ No newline at end of file
...@@ -14,9 +14,9 @@ cd $HOME/build/duniter/sakia ...@@ -14,9 +14,9 @@ cd $HOME/build/duniter/sakia
pyenv shell $PYENV_PYTHON_VERSION pyenv shell $PYENV_PYTHON_VERSION
if [ $TRAVIS_OS_NAME == "linux" ] if [ $TRAVIS_OS_NAME == "linux" ]
then then
coverage run --source=sakia.core,sakia.gui,sakia.models pytest coverage run --source=sakia.core,sakia.gui,sakia.models py.test
else else
pytest py.test
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment